murmur3_32 0.1.0

implementation of MurmurHash3 32bit algorithm
Documentation
# 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 = "2024"
rust-version = "1.86"
name = "murmur3_32"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "implementation of MurmurHash3 32bit algorithm"
documentation = "https://docs.rs/murmur3_32"
readme = "README.md"
categories = [
    "algorithms",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jsen-/murmur3_32"

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

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

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

[dev-dependencies.blake2]
version = "0.10.6"

[dev-dependencies.blake3]
version = "1.8.3"

[dev-dependencies.core_affinity]
version = "0.8.3"

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

[dev-dependencies.rand]
version = "0.10.0"

[profile.bench]
lto = "fat"