# 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-cook" version = "1.0.0" authors = ["Victor Polevoy "] description = "A third-party cargo extension which allows you to cook your crate" homepage = "https://github.com/vityafx/cargo-cook" readme = "README.md" keywords = ["cargo", "package", "cook", "make"] categories = ["development-tools::cargo-plugins"] license = "MIT/Apache-2.0" repository = "https://github.com/vityafx/cargo-cook" [[bin]] name = "cargo-cook" [dependencies.bzip2] version = "0.3" optional = true [dependencies.clap] version = "2" [dependencies.lazy_static] version = "1" [dependencies.regex] version = "1" [dependencies.rpassword] version = "4" [dependencies.rust-crypto] version = "0.2" [dependencies.serde] version = "1" features = ["derive"] [dependencies.ssh2] version = "0.8" optional = true [dependencies.sysconf] version = "0.3" [dependencies.tar] version = "0.4" [dependencies.term] version = "0.6" [dependencies.toml] version = "0.5" [features] compression = ["bzip2"] default = ["compression", "deploy", "ssh"] deploy = ["ssh"] ssh = ["ssh2"]