# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "cargo-build-deps" version = "0.2.0" authors = ["Nick Cardin "] description = "A cargo subcommand to build dependencies, helps speed up docker builds by \nallowing dependencies to be built earlier and cached.\n" readme = "README.md" keywords = ["cargo", "cargo-subcommand", "cli", "dependencies", "crates"] categories = ["development-tools", "development-tools::cargo-plugins"] license = "MIT/Apache-2.0" repository = "https://github.com/nacardin/cargo-build-deps" [dependencies.clap] version = "2" [dependencies.toml] version = "0.5"