# 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 = "poly1305" version = "0.9.0-rc.0" authors = ["RustCrypto Developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The Poly1305 universal hash function and message authentication code" documentation = "https://docs.rs/poly1305" readme = "README.md" keywords = [ "crypto", "chacha20", "mac", "salsa20", "universal-hashing", ] categories = [ "cryptography", "no-std", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/RustCrypto/universal-hashes" [lib] name = "poly1305" path = "src/lib.rs" [[test]] name = "lib" path = "tests/lib.rs" [[bench]] name = "poly1305" path = "benches/poly1305.rs" [dependencies.opaque-debug] version = "0.3" [dependencies.universal-hash] version = "0.6.0-rc.0" default-features = false [dependencies.zeroize] version = "1" optional = true default-features = false [dev-dependencies.hex-literal] version = "0.4" [features] std = ["universal-hash/std"] [target.'cfg(any(target_arch = "x86_64", target_arch = "x86"))'.dependencies.cpufeatures] version = "0.2" [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = [ "cfg(fuzzing)", "cfg(poly1305_force_soft)", ]