# 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-x" version = "0.3.6" authors = ["Liu Chong "] description = "A very simple third-party cargo subcommand to execute a custom command.\n" homepage = "https://github.com/liuchong/cargo-x" keywords = ["x", "exec", "execute", "cmd", "command"] license = "MIT OR Apache-2.0" repository = "https://github.com/liuchong/cargo-x" [package.metadata.x] build = "cargo build --verbose --all-targets --all-features --all --release" lint = "cargo clippy --verbose --all-targets --all-features --all --release -- -D warnings" test = "cargo test --verbose --all-targets --all-features --all --release" [profile.release] panic = "abort" [lib] name = "cargo_x" path = "src/lib.rs" [dependencies.dirs] version = "1.0" [dependencies.failure] version = "0.1" [dependencies.regex] version = "1.1" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.toml] version = "0.4"