derive_hash_fast 0.2.3

A faster replacement for `#[derive(Hash)]` for types without padding
Documentation
# 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 = "derive_hash_fast"
version = "0.2.3"
authors = ['Sergey "Shnatsel" Davidoff <shnatsel@gmail.com>']
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A faster replacement for `#[derive(Hash)]` for types without padding"
readme = "README.md"
keywords = [
    "hash",
    "hasher",
    "derive",
    "fast",
]
categories = [
    "rust-patterns",
    "no-std::no-alloc",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Shnatsel/rust_derive_hash_fast.git"

[lib]
name = "derive_hash_fast"
path = "src/lib.rs"

[[bench]]
name = "hash"
path = "benches/hash.rs"
harness = false

[[bench]]
name = "hashset"
path = "benches/hashset.rs"
harness = false

[dev-dependencies.ahash]
version = "0.8.11"
features = ["std"]

[dev-dependencies.arbitrary]
version = "1.4.1"
features = ["derive"]

[dev-dependencies.bytemuck]
version = "1.23.0"
features = ["derive"]

[dev-dependencies.criterion]
version = "0.7.0"
features = [
    "cargo_bench_support",
    "plotters",
]
default-features = false

[dev-dependencies.fastrand]
version = "2.3.0"

[dev-dependencies.rapidhash]
version = "1.4.0"

[dev-dependencies.rustc-hash]
version = "2.1.1"

[dev-dependencies.xxhash-rust]
version = "0.8.15"
features = ["xxh3"]

[dev-dependencies.zerocopy]
version = "0.8.26"
features = ["derive"]