# 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-eval" version = "0.1.0" authors = ["Daniel Keep ", "Markus Reiter "] exclude = ["scripts/*", ".travis.yml"] description = "A `cargo` subcommand designed to let people quickly and easily run Rust “scripts” which can make use of `cargo`'s package ecosystem." readme = "README.md" keywords = ["cargo", "script", "eval"] license = "MIT/Apache-2.0" repository = "https://github.com/reitermarkus/cargo-eval" [profile.release] lto = true [dependencies.chan] version = "0.1" optional = true [dependencies.clap] version = "2.33" [dependencies.dirs] version = "2" [dependencies.env_logger] version = "0.6" [dependencies.hoedown] version = "6.0.0" [dependencies.lazy_static] version = "1" [dependencies.log] version = "0.4" [dependencies.open] version = "1.2.0" [dependencies.regex] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.shaman] version = "0.1.0" [dependencies.toml] version = "0.5" [dev-dependencies.gcc] version = "0.3.45" [dev-dependencies.scan-rules] version = "0.2.0" [dev-dependencies.tempdir] version = "0.3.5" [features] default = ["suppress-cargo-output"] suppress-cargo-output = ["chan"] [target."cfg(unix)".dependencies.atty] version = "0.2.2" [target."cfg(windows)".dependencies.itertools] version = "0.8" [target."cfg(windows)".dependencies.winreg] version = "0.6"