[dev-dependencies.criterion]
version = "0.5.1"
[dev-dependencies.hashverify]
version = "0.1.0"
[dev-dependencies.komihash]
version = "0.4.1"
[dev-dependencies.rapidhash]
version = "1.4.0"
[dev-dependencies.wyhash-final4]
version = "0.2.2"
[features]
default = ["std"]
std = []
[lib]
name = "museair"
path = "src/lib.rs"
[package]
authors = ["K--Aethiax"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "no-std"]
description = "A portable hashing algorithm that heavily optimized for performance and quality, incorporating structures never before implemented."
documentation = "https://docs.rs/museair"
edition = "2021"
include = ["src/**"]
keywords = ["hash", "hasher", "museair", "wyhash", "rapidhash"]
license = "MIT OR Apache-2.0"
name = "museair"
readme = "CRATES.IO-README.md"
repository = "https://github.com/eternal-io/museair"
rust-version = "1.83.0"
version = "0.4.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]