[[bin]]
name = "simplehash"
path = "src/main.rs"
[dependencies]
[dev-dependencies.serde_json]
version = "1.0"
[lib]
name = "simplehash"
path = "src/lib.rs"
[package]
authors = ["Cole Mackenzie <colemackenzie1@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms"]
description = "A simple, fast Rust library implementing common non-cryptographic hash functions"
edition = "2024"
keywords = ["murmurhash", "fnv", "fnv1a", "murmurhash3", "hash"]
license = "MIT"
name = "simplehash"
readme = "README.md"
repository = "https://github.com/cmackenzie1/simplehash"
version = "0.1.0"