# 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-script" version = "0.2.8" authors = ["Daniel Keep "] build = "build.rs" 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"] license = "MIT/Apache-2.0" repository = "https://github.com/DanielKeep/cargo-script" [profile.release] lto = true [dependencies.chan] version = "0.1.19" optional = true [dependencies.clap] version = "2.23.2" [dependencies.env_logger] version = "0.4.2" [dependencies.hoedown] version = "6.0.0" [dependencies.itertools] version = "0.5.10" [dependencies.lazy_static] version = "0.2.6" [dependencies.log] version = "0.3.7" [dependencies.open] version = "1.2.0" [dependencies.regex] version = "0.2.1" [dependencies.rustc-serialize] version = "0.3.23" [dependencies.semver] version = "0.5.1" [dependencies.shaman] version = "0.1.0" [dependencies.time] version = "0.1.36" [dependencies.toml] version = "0.2.1" [dev-dependencies.gcc] version = "0.3.45" [dev-dependencies.scan-rules] version = "0.2.0" [dev-dependencies.tempdir] version = "0.3.5" [build-dependencies.rustc_version] version = "0.1.7" [features] default = ["suppress-cargo-output"] suppress-cargo-output = ["chan"] [target."cfg(unix)".dependencies.atty] version = "0.2.2" [target."cfg(windows)".dependencies.ole32-sys] version = "0.2.0" [target."cfg(windows)".dependencies.shell32-sys] version = "0.1.1" [target."cfg(windows)".dependencies.uuid-sys] version = "0.1.2" [target."cfg(windows)".dependencies.winapi] version = "0.2.8" [target."cfg(windows)".dependencies.winreg] version = "0.4.0"