museair 0.5.0

The top-performing portable hashing algorithm to date.
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.77.0"
name = "museair"
version = "0.5.0"
authors = ["K--Aethiax"]
build = false
include = [
    "**/*.rs",
    "/*.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The top-performing portable hashing algorithm to date."
documentation = "https://docs.rs/museair"
readme = "CRATES.IO-README.md"
keywords = [
    "hash",
    "hasher",
    "museair",
    "wyhash",
    "rapidhash",
]
categories = [
    "algorithms",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/eternal-io/museair"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = ["std"]
std = []

[lib]
name = "museair"
path = "src/lib.rs"

[[bench]]
name = "hashes"
path = "benches/hashes.rs"
harness = false

[dev-dependencies.criterion]
version = "0.8.2"

[dev-dependencies.fxhash]
version = "0.2.1"

[dev-dependencies.hashverify]
version = "0.1.0"

[dev-dependencies.komihash]
version = "=0.4.1"

[dev-dependencies.rapidhash]
version = "4.4.1"

[dev-dependencies.seahash]
version = "4.1.0"

[dev-dependencies.twox-hash]
version = "2.1.2"
features = ["xxhash64"]
default-features = false

[dev-dependencies.wyhash-final4]
version = "=0.2.2"