# 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.60" name = "win-crypto-ng" version = "0.5.1" authors = [ "Émile Grégoire ", "Igor Matuszewski ", ] description = "Safe bindings to Windows Cryptography API: Next Generation" documentation = "https://docs.rs/crate/win-crypto-ng" readme = "README.md" keywords = [ "cng", "windows", "cryptoapi", ] categories = [ "api-bindings", "os::windows-apis", "cryptography", ] license = "BSD-3-Clause" repository = "https://github.com/emgre/win-crypto-ng" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" [dependencies.cipher] version = "0.4.4" optional = true [dependencies.doc-comment] version = "0.3" [dependencies.rand_core] version = ">= 0.5, <0.7" optional = true [dependencies.winapi] version = "0.3" features = [ "bcrypt", "ntstatus", "winerror", ] [dependencies.zeroize] version = "1.1" optional = true [dev-dependencies.doc-comment] version = "0.3" [features] block-cipher = ["cipher"] default = ["zeroize"] rand = ["rand_core"] [badges.maintenance] status = "experimental"