# 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" rust-version = "1.80" name = "native-pkcs11-windows" version = "0.2.22" authors = [ "Brandon Weeks ", "Kevin King ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "[wip] native-pkcs11 backend for windows." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/google/native-pkcs11" [lib] name = "native_pkcs11_windows" path = "src/lib.rs" [dependencies.native-pkcs11-traits] version = "0.2.0" [target.'cfg(target_os="windows")'.dependencies.windows] version = "0.58.0" features = [ "Foundation", "Foundation_Collections", "Security_Cryptography_Certificates", "Security_Cryptography_Core", "Storage_Streams", "Win32_System_WinRT", ]