matrix-authentication-service/.gear/predownloaded-development/vendor/find-msvc-tools/Cargo.toml.orig
2026-03-07 01:41:31 +03:00

18 lines
525 B
TOML

[package]
name = "find-msvc-tools"
version = "0.1.8"
edition = "2018"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/cc-rs"
documentation = "https://docs.rs/find-msvc-tools"
description = "Find windows-specific tools, read MSVC versions from the registry and from COM interfaces"
keywords = ["build-dependencies"]
categories = ["development-tools::build-utils"]
rust-version = "1.63"
[dependencies]
[lints.rust]
unexpected_cfgs = { level = "allow", check-cfg = ['cfg(disable_clang_cl_tests)'] }