# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "cargo-vcpkg" version = "0.1.7" authors = ["Jim McGrath "] description = """ A cargo subcommand to build a vcpkg tree from metadata entries in Cargo.toml for a top level crate and the crates that it depends on. """ documentation = "https://docs.rs/vcpkg" readme = "README.md" keywords = [ "build-dependencies", "windows", "macos", "linux", ] categories = ["development-tools::cargo-plugins"] license = "MIT/Apache-2.0" repository = "https://github.com/mcgoo/cargo-vcpkg" [dependencies.anyhow] version = "1.0.31" [dependencies.cargo_metadata] version = "0.13.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.53" [dependencies.structopt] version = "0.3" [dependencies.termcolor] version = "1.1.0" [dependencies.vcpkg] version = "0.2.11" [dev-dependencies.remove_dir_all] version = "0.6.0"