# 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 = "ring-compat" version = "0.8.0" authors = ["RustCrypto Developers"] description = """ Compatibility crate for using RustCrypto's traits with the cryptographic algorithm implementations from *ring* """ documentation = "https://docs.rs/ring-compat" readme = "README.md" keywords = [ "aead", "digest", "crypto", "ring", "signature", ] categories = [ "cryptography", "no-std", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/RustCrypto/ring-compat" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.aead] version = "0.5" optional = true default-features = false [dependencies.digest] version = "0.10" optional = true [dependencies.ecdsa] version = "0.16" optional = true default-features = false [dependencies.ed25519] version = "2.2" optional = true default-features = false [dependencies.generic-array] version = "0.14" default-features = false [dependencies.p256] version = "0.13" features = ["ecdsa-core"] optional = true default-features = false [dependencies.p384] version = "0.13" features = ["ecdsa-core"] optional = true default-features = false [dependencies.pkcs8] version = "0.10" optional = true default-features = false [dependencies.rand_core] version = "0.6.4" optional = true default-features = false [dependencies.ring] version = "0.17" default-features = false [dependencies.signature] version = "2" optional = true default-features = false [dev-dependencies.digest] version = "0.10" features = ["dev"] [dev-dependencies.hex-literal] version = "0.4" [features] alloc = [ "aead?/alloc", "ed25519?/alloc", "pkcs8?/alloc", ] default = [ "aead", "alloc", "digest", "rand_core", "signature", ] getrandom = ["rand_core/getrandom"] pkcs8 = [ "dep:pkcs8", "ed25519?/pkcs8", ] signature = [ "dep:ecdsa", "dep:ed25519", "dep:p256", "dep:p384", "dep:pkcs8", "dep:signature", ] std = [ "digest?/std", "ecdsa?/std", "ed25519?/std", "pkcs8?/std", ]