# 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 = "p12-keystore" version = "0.1.3" authors = ["Dmitry Pankratov "] description = "Convenient API to work with PKCS#12 files" documentation = "https://docs.rs/p12-keystore" readme = "README.md" keywords = [ "pkcs12", "pfx", "keystore", "truststore", ] license = "MIT/Apache-2.0" repository = "https://github.com/ancwrd1/p12-keystore" [dependencies.cbc] version = "0.1" features = [ "block-padding", "alloc", ] optional = true [dependencies.cms] version = "0.2" [dependencies.der] version = "0.7" features = ["std"] [dependencies.des] version = "0.8" optional = true [dependencies.hex] version = "0.4" [dependencies.hmac] version = "0.12" [dependencies.pkcs12] version = "0.1" features = ["kdf"] [dependencies.pkcs5] version = "0.7" features = [ "alloc", "pbes2", ] [dependencies.rand] version = "0.8" [dependencies.rc2] version = "0.8" optional = true [dependencies.sha1] version = "0.10" [dependencies.sha2] version = "0.10" [dependencies.thiserror] version = "1" [dependencies.x509-parser] version = "0.16" [features] default = ["pbes1"] pbes1 = [ "dep:cbc", "dep:rc2", "dep:des", ]