# 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-cmd" version = "0.3.1" authors = ["Dan Reeves "] description = "Alias any shell command in your Cargo.toml. It's like npm scripts, but for cargo." readme = "README.md" keywords = ["cargo", "cmd", "scripts", "commands", "npm"] categories = ["development-tools::cargo-plugins"] license = "MIT" repository = "https://github.com/danreeves/cargo-cmd" [package.metadata.commands] chain = "echo 2" dev = "cargo watch -s 'clear; cargo build && cargo cmd greet'" echo = "echo" fail = "exit 42" failchain = "echo 2" greet = "cargo cmd echo 'Hello, planet!'" pass = "exit 0" postchain = "echo 3" posttest = "echo post" prechain = "echo 1" prefailchain = "exit 42" pretest = "echo pre" test = "cargo test" [dependencies.clap] version = "2.33.0" [dependencies.serde] version = "1.0.104" features = ["derive"] [dependencies.structopt] version = "0.3.11" [dependencies.subprocess] version = "0.2.4" [dependencies.toml] version = "0.5.0" [dev-dependencies.assert_cli] version = "0.6.3" [target."cfg(windows)".dependencies.winapi] version = "0.3.8" features = ["handleapi", "namedpipeapi", "processenv", "synchapi", "winerror"] [badges.travis-ci] branch = "master" repository = "danreeves/cargo-cmd"