# 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 = "pkcs7" version = "0.4.1" authors = ["RustCrypto Developers"] description = "DEPRECATED: use the `cms` crate instead" readme = "README.md" keywords = [ "crypto", "pkcs", ] categories = [ "cryptography", "data-structures", "encoding", "no-std", "parser-implementations", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/RustCrypto/formats/tree/master/pkcs7" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.der] version = "0.7" features = ["oid"] [dependencies.spki] version = "0.7" [dependencies.x509-cert] version = "0.2" default-features = false [dev-dependencies.der] version = "0.7" features = [ "oid", "pem", ] [dev-dependencies.hex-literal] version = "0.4" [dev-dependencies.x509-cert] version = "0.2" features = ["pem"] default-features = false