# 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 = "universal-hash" version = "0.6.0-rc.0" authors = ["RustCrypto Developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Traits which describe the functionality of universal hash functions (UHFs)" documentation = "https://docs.rs/universal-hash" readme = "README.md" keywords = [ "crypto", "mac", ] 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 = "universal_hash" path = "src/lib.rs" [dependencies.crypto-common] version = "0.2.0-rc.0" [dependencies.subtle] version = "2.4" default-features = false [features] std = ["crypto-common/std"]