# 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 = "msvc_spectre_libs" version = "0.1.2" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = """ Provides an easy way to link with the Spectre-mitigated libraries for Windows MSVC targets. Does nothing for other targets. """ readme = "README.md" keywords = [ "spectre", "msvc", "mitigated", "crt", ] license = "MIT OR Apache-2.0" repository = "https://github.com/microsoft/rust_msvc_spectre_libs" [lib] name = "msvc_spectre_libs" path = "src/lib.rs" [features] error = [] [target.'cfg(all(target_os = "windows", target_env = "msvc"))'.build-dependencies.cc] version = "1.0"