Files
Notes/notes-service/vendor/find-msvc-tools/Cargo.toml.orig
T
2026-08-01 16:11:49 +03:00

19 lines
525 B
TOML

[package]
name = "find-msvc-tools"
version = "0.1.9"
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)'] }