[features]
default = ["std"]
nightly = []
std = []
[lib]
name = "fx_hash"
path = "src/lib.rs"
[package]
authors = ["The Rust Project Developers", "0xJWLabs <0xjwlabs@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A speedy, non-cryptographic hashing algorithm used by rustc. Fork of rustc-hash."
edition = "2024"
keywords = ["hash", "hasher", "fxhash", "rustc"]
license = "Apache-2.0 OR MIT"
name = "fx-hash"
readme = "README.md"
repository = "https://github.com/win-rs/fx-hash"
version = "0.1.0"