# 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-vendor" version = "0.1.23" authors = ["Alex Crichton "] description = "A Cargo subcommand to vendor all crates.io dependencies onto the local\nfilesystem.\n" readme = "README.md" keywords = ["subcommand"] license = "MIT/Apache-2.0" repository = "https://github.com/alexcrichton/cargo-vendor" [dependencies.cargo] version = "0.33.0" [dependencies.docopt] version = "1.0.2" [dependencies.env_logger] version = "0.6.0" [dependencies.failure] version = "0.1.5" [dependencies.openssl] version = "0.10.16" optional = true [dependencies.serde] version = "1.0.86" [dependencies.serde_derive] version = "1.0.86" [dependencies.serde_json] version = "1.0.38" [dependencies.toml] version = "0.4.10" [dev-dependencies.once_cell] version = "0.1" [features] vendored-openssl = ["openssl/vendored"]