murmurs 1.0.5

🫆 A reliable and production-ready implementation of the Murmur3 hash function in Rust
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"
name = "murmurs"
version = "1.0.5"
authors = ["Owen Gombas"]
build = false
exclude = [
    "murmur3-binding",
    ".github",
    "tests",
    "target",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "🫆 A reliable and production-ready implementation of the Murmur3 hash function in Rust"
homepage = "https://github.com/owengombas/murmurs"
readme = "README.md"
keywords = [
    "murmur3",
    "murmur",
    "hash",
    "hashing",
    "ffi",
]
license = "MIT"
repository = "https://github.com/owengombas/murmurs"

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

[[bin]]
name = "murmurs"
path = "src/main.rs"

[dev-dependencies]