# 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.56" name = "pkcs10" version = "0.2.0" authors = ["RustCrypto Developers"] description = """ DEPRECATED: use the `x509-cert` crate instead """ readme = "README.md" keywords = [ "crypto", "pkcs", "request", "csr", "certificate", ] categories = [ "cryptography", "data-structures", "encoding", "no-std", "parser-implementations", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/RustCrypto/formats/tree/master/pkcs10" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.der] version = "0.6" features = [ "oid", "derive", "alloc", ] [dependencies.spki] version = "0.6" [dev-dependencies.hex-literal] version = "0.3" [dev-dependencies.x509-cert] version = "0.1.0" [features] pem = [ "der/pem", "spki/pem", ]