# 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 = "x509-ocsp" version = "0.2.1" authors = ["RustCrypto Developers"] description = """ Pure Rust implementation of the X.509 Internet Public Key Infrastructure Online Certificate Status Protocol - OCSP formats as described in RFC 6960 """ 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/x509-ocsp" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.const-oid] version = "0.9.5" features = ["db"] default-features = false [dependencies.der] version = "0.7.8" features = [ "alloc", "derive", "oid", ] [dependencies.digest] version = "0.10.7" features = ["oid"] optional = true default-features = false [dependencies.rand_core] version = "0.6.4" optional = true default-features = false [dependencies.signature] version = "2.1.0" features = [ "digest", "rand_core", ] optional = true default-features = false [dependencies.spki] version = "0.7.2" features = ["alloc"] [dependencies.x509-cert] version = "0.2.4" default-features = false [dev-dependencies.hex-literal] version = "0.4.1" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rsa] version = "0.9.2" features = ["sha2"] default-features = false [dev-dependencies.sha1] version = "0.10.6" features = ["oid"] default-features = false [dev-dependencies.sha2] version = "0.10.8" features = ["oid"] default-features = false [features] builder = [ "digest", "rand", "signature", ] rand = ["rand_core"] std = [ "der/std", "x509-cert/std", ]