[dependencies.ahash]
default-features = false
version = "0.8"
[features]
default = ["std"]
std = ["ahash/std"]
[lib]
name = "waddling_errors_hash"
path = "src/lib.rs"
[package]
authors = ["Waddling Errors Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools"]
description = "Hash computation utilities for waddling-errors (shared between runtime and proc-macros)"
edition = "2021"
keywords = ["hash", "errors", "diagnostics"]
license = "MIT OR Apache-2.0"
name = "waddling-errors-hash"
readme = "README.md"
repository = "https://github.com/yourusername/waddling-errors"
version = "0.5.0"