# 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 = "anyhash" version = "0.1.3" authors = ["Maia S. R."] build = false autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "Traits and utilities for making hashes of any type" documentation = "https://docs.rs/anyhash" readme = "README.md" keywords = [ "hash", "hashing", "generic", "endian", "endian-independent", ] categories = [ "algorithms", "no-std", "no-std::no-alloc", ] license = "Zlib OR MIT OR Apache-2.0" repository = "https://github.com/maia-s/anyhash" [package.metadata.docs.rs] all-features = true [lib] name = "anyhash" path = "src/lib.rs" [dependencies.anyhash-macros] version = "0.1" [dependencies.bnum] version = ">=0.10, <0.13" optional = true [dependencies.bytemuck] version = "1.14" features = ["min_const_generics"] optional = true [features] alloc = [] bnum = ["dep:bnum"] bytemuck = ["dep:bytemuck"] fnv = [] nightly = [] spooky = ["bytemuck"] std = ["alloc"] xxh64 = ["bytemuck"]