# 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 = "crypto-common" version = "0.2.0-rc.1" authors = ["RustCrypto Developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Common cryptographic traits" documentation = "https://docs.rs/crypto-common" readme = "README.md" keywords = [ "crypto", "traits", ] categories = [ "cryptography", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/RustCrypto/traits" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "crypto_common" path = "src/lib.rs" [dependencies.getrandom] version = "0.2" optional = true [dependencies.hybrid-array] version = "0.2.0-rc.8" [dependencies.rand_core] version = "0.6.4" optional = true [features] getrandom = [ "dep:getrandom", "rand_core?/getrandom", ] std = [ "getrandom?/std", "rand_core?/std", ]