[[bin]]
name = "quick_test"
path = "src/bin/quick_test.rs"
[[bin]]
name = "raw_hash"
path = "src/bin/raw_hash.rs"
[[bin]]
name = "test_hash"
path = "src/bin/test_hash.rs"
[dependencies.xxhash-rust]
default-features = false
features = ["xxh3", "const_xxh3"]
version = "0.8"
[[example]]
name = "global_config"
path = "examples/global_config.rs"
[[example]]
name = "test_hash"
path = "examples/test_hash.rs"
[[example]]
name = "verify_wdp_seeds"
path = "examples/verify_wdp_seeds.rs"
[features]
default = ["std"]
std = []
[lib]
name = "waddling_errors_hash"
path = "src/lib.rs"
[package]
authors = ["Ash"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::debugging", "no-std", "embedded"]
description = "Compact xxHash3-based error code hashing for network-efficient diagnostics in distributed systems"
edition = "2024"
keywords = ["hash", "xxhash", "diagnostics", "compact", "distributed"]
license = "MIT OR Apache-2.0"
name = "waddling-errors-hash"
readme = "README.md"
repository = "https://gitlab.com/AshutoshMahala/waddling-errors"
resolver = "2"
version = "0.7.0"