[package]
edition = "2024"
name = "axhash"
version = "0.6.9"
authors = ["Bagus Dwi Harianto robbymangkualam2000@gmail.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple Rust entrypoint for the AxHash engine."
readme = "README.md"
keywords = [
"hash",
"hashing",
"performance",
"hasher",
]
categories = ["algorithms"]
license = "MIT"
repository = "https://github.com/robby031/axhash"
resolver = "2"
[lib]
name = "axhash"
path = "src/lib.rs"
[dependencies.axhash-core]
version = "0.6.9"
[profile.bench]
opt-level = 3
lto = "fat"
codegen-units = 1
[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1