# 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.65" name = "pkcs12" version = "0.1.0" authors = ["RustCrypto Developers"] description = """ Pure Rust implementation of Public-Key Cryptography Standards (PKCS) #12: Personal Information Exchange Syntax v1.1 (RFC7292) """ readme = "README.md" keywords = [ "crypto", "key", "pkcs", "private", ] categories = [ "cryptography", "encoding", "no-std", "parser-implementations", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/RustCrypto/formats/tree/master/pkcs12" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.cms] version = "0.2.1" [dependencies.const-oid] version = "0.9" features = ["db"] [dependencies.der] version = "0.7.8" features = [ "alloc", "derive", "oid", "pem", ] [dependencies.digest] version = "0.10.7" features = ["alloc"] optional = true [dependencies.spki] version = "0.7" [dependencies.x509-cert] version = "0.2.3" features = ["pem"] default-features = false [dependencies.zeroize] version = "1.6.0" [dev-dependencies.hex-literal] version = "0.3.3" [dev-dependencies.pkcs5] version = "0.7.1" features = [ "pbes2", "3des", ] [dev-dependencies.pkcs8] version = "0.10.2" features = [ "pkcs5", "getrandom", ] [dev-dependencies.sha2] version = "0.10.8" [dev-dependencies.subtle-encoding] version = "0.5.1" [dev-dependencies.whirlpool] version = "0.10.4" [features] kdf = ["dep:digest"]