axhash-core 0.3.0

Platform-agnostic AxHash core for Rust with no_std compatibility.
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 = "2024"
name = "axhash-core"
version = "0.3.0"
authors = ["Bagus Dwi Harianto robbymangkualam2000@gmail.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Platform-agnostic AxHash core for Rust with no_std compatibility."
readme = "README.md"
keywords = [
    "hash",
    "hashing",
    "performance",
    "no_std",
    "non-cryptographic",
]
categories = [
    "algorithms",
    "no-std",
]
license = "MIT"
repository = "https://github.com/robby031/axhash"
resolver = "2"

[features]
default = ["std"]
std = []
wasm = []

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

[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"

[[example]]
name = "hashmap_usage"
path = "examples/hashmap_usage.rs"

[[example]]
name = "manual_axhasher"
path = "examples/manual_axhasher.rs"

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

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

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

[dependencies]

[dev-dependencies.ahash]
version = "0.8.12"

[dev-dependencies.criterion]
version = "0.8.2"

[dev-dependencies.foldhash]
version = "0.2.0"

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

[dev-dependencies.wyhash-final4]
version = "0.2.2"

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