# 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] edition = "2018" name = "cargo-build-dependencies" version = "0.1.3" authors = ["errmac-v"] 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" repository = "https://github.com/errmac-v/cargo-build-dependencies" [dependencies.clap] version = "2.33.1" [dependencies.toml] version = "0.5.6" [dev-dependencies.cargo-husky] version = "1.5.0" features = ["precommit-hook", "postmerge-hook", "run-cargo-fmt", "run-cargo-check", "run-cargo-clippy", "run-cargo-test"] default-features = false [dev-dependencies.quickcheck] version = "0.9.2" [dev-dependencies.quickcheck_macros] version = "0.9.1"