| # 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 = "spki" |
| version = "0.5.4" |
| authors = ["RustCrypto Developers"] |
| description = "X.509 Subject Public Key Info (RFC5280) describing public keys as well as their\nassociated AlgorithmIdentifiers (i.e. OIDs)\n" |
| readme = "README.md" |
| keywords = ["crypto", "x509"] |
| categories = ["cryptography", "data-structures", "encoding", "no-std"] |
| license = "Apache-2.0 OR MIT" |
| repository = "https://github.com/RustCrypto/formats/tree/master/spki" |
| resolver = "2" |
| [package.metadata.docs.rs] |
| all-features = true |
| rustdoc-args = ["--cfg", "docsrs"] |
| [dependencies.base64ct] |
| version = "1" |
| optional = true |
| default-features = false |
| |
| [dependencies.der] |
| version = "0.5" |
| features = ["oid"] |
| |
| [dependencies.sha2] |
| version = "0.9.8" |
| optional = true |
| default-features = false |
| [dev-dependencies.hex-literal] |
| version = "0.3" |
| |
| [features] |
| alloc = ["base64ct/alloc", "der/alloc"] |
| fingerprint = ["sha2"] |
| pem = ["alloc", "der/pem"] |
| std = ["der/std"] |