# 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" name = "polyhash" version = "0.1.2" description = """ POLYVAL per RFC 8452. """ documentation = "https://docs.rs/polyhash" readme = "README.md" keywords = [ "polyval", "universal-hash", ] categories = [ "cryptography", "no-std", "no-std::no-alloc", ] license = "BSD-3-Clause" repository = "https://github.com/ericlagergren/polyval-rs" [package.metadata.cargo-all-features] always_include_features = [] denylist = ["error_in_core"] [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docs", ] [lib] [dependencies.cfg-if] version = "1" [dependencies.subtle] version = "2.5" [dependencies.zeroize] version = "1.6" features = ["derive"] optional = true default-features = false [dev-dependencies.hex] version = "0.4" features = ["serde"] [dev-dependencies.rand] version = "0.8" features = ["std_rng"] [dev-dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dev-dependencies.serde_json] version = "1" [features] default = ["zeroize"] error_in_core = [] soft = [] std = [] zeroize = ["dep:zeroize"] [target."cfg(any(target_arch = \"x86\", target_arch = \"x86_64\"))".dependencies.cpufeatures] version = "0.2"