[dependencies.fnv]
optional = true
version = "1"
[dependencies.gxhash]
optional = true
version = "3.5"
[dependencies.rapidhash]
default-features = false
optional = true
version = "1.3"
[dependencies.wyhash]
optional = true
version = "0.5"
[dependencies.xxhash-rust]
features = ["xxh3"]
optional = true
version = "0.8"
[features]
default = ["wyhash"]
sip13 = []
[lib]
name = "seedable_hash"
path = "src/lib.rs"
[package]
authors = ["Piotr Beling <piotr.beling@wmii.uni.lodz.pl>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "data-structures", "science"]
description = "The library for calculating seedable hashes and fast reduction of their ranges."
documentation = "https://docs.rs/seedable_hash"
edition = "2021"
include = ["**/*.rs", "Cargo.toml", "README.md"]
keywords = ["hashing", "hash", "seed", "reduce", "map"]
license = "MIT OR Apache-2.0"
name = "seedable_hash"
readme = "README.md"
repository = "https://github.com/beling/bsuccinct-rs"
version = "0.2.1"