# 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.68" name = "fnv_rs" version = "0.4.3" authors = ["Crypto-Spartan "] build = "build.rs" description = "Fowler–Noll–Vo hash function including 32, 64, 128, 256, 512, & 1024 bit variants." homepage = "https://github.com/Crypto-Spartan/fnv-rs" documentation = "https://docs.rs/fnv-rs" readme = "README.md" keywords = [ "hash", "cryptography", "crypto", "algorithm", "library", ] categories = [ "algorithms", "cryptography", ] license = "Apache-2.0 / MIT" repository = "https://github.com/Crypto-Spartan/fnv-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.crypto-bigint] version = "0.4.9" optional = true [dependencies.hex] version = "0.4.3" [dependencies.paste] version = "1.0" [build-dependencies.rustc_version] version = "0.4.0" [features] bigint = ["dep:crypto-bigint"]