# 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 = "2021" name = "vcvars" version = "0.1.6" description = "Provides access to the environment variables set by vcvars that comes with a Microsoft Visual Studio installation." documentation = "https://docs.rs/vcvars" readme = "README.md" keywords = [ "visual-studio", "compiler", "environment", "microsoft", "windows", ] categories = ["development-tools::build-utils"] license = "MIT OR Apache-2.0" repository = "https://github.com/Enyium/vcvars-rs" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" targets = [ "x86_64-pc-windows-msvc", "i686-pc-windows-msvc", ] [dependencies.filenamify] version = "0.1.0" [dependencies.itertools] version = "0.10.5" [dependencies.thiserror] version = "1.0.37" [dev-dependencies.regex] version = "1.7.0" [dev-dependencies.serial_test] version = "1.0.0"