# 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 = "cx" version = "0.1.0" authors = ["tmtmtoo "] description = "A simple command executor utility." homepage = "https://github.com/tmtmtoo/cx" readme = "README.md" keywords = ["process", "supervisor", "retry", "parallel"] categories = ["command-line-interface", "command-line-utilities"] license = "MIT" repository = "https://github.com/tmtmtoo/cx" [dependencies.anyhow] version = "1.0.32" [dependencies.async-trait] version = "0.1.37" [dependencies.derive-getters] version = "0.1.0" [dependencies.derive-new] version = "0.5.8" [dependencies.futures] version = "0.3.5" [dependencies.structopt] version = "0.2" [dependencies.tokio] version = "0.2.22" features = ["rt-threaded", "macros", "time", "process", "io-util", "io-std"] [dev-dependencies.assert_cmd] version = "1.0.1" [dev-dependencies.predicates] version = "1.0.5" [badges.github] repository = "tmtmtoo/cx" workflow = "Rust"