# 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 = "2018" name = "pkcs-12" version = "0.3.1" authors = ["hjiayz ", "Marc-Antoine Perennou "] description = "pure rust pkcs12 tool" homepage = "https://github.com/Keruspe/pkcs-12" readme = "README.md" keywords = ["pkcs12", "pkcs"] license = "MIT OR Apache-2.0" repository = "https://github.com/Keruspe/pkcs-12" [dependencies.block-modes] version = "0.8.0" [dependencies.des] version = "0.7.0" [dependencies.getrandom] version = "0.2.0" [dependencies.hmac] version = "0.11.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.rc2] version = "0.7.0" [dependencies.sha-1] version = "0.9.1" [dependencies.yasna] version = "0.4.0" features = ["std"] [dev-dependencies.hex] version = "0.4.2" [dev-dependencies.hex-literal] version = "0.3.1"