19 lines
468 B
TOML
19 lines
468 B
TOML
[package]
|
|
name = "jhash"
|
|
version = "0.1.1"
|
|
edition = "2021"
|
|
authors = ["Keunhong Lee <dlrmsghd@gmail.com>"]
|
|
|
|
homepage = "https://github.com/ANLAB-KAIST/rust-jhash"
|
|
repository = "https://github.com/ANLAB-KAIST/rust-jhash"
|
|
documentation = "https://github.com/ANLAB-KAIST/rust-jhash"
|
|
license = "BSD-3-Clause"
|
|
keywords = ["Jenkins", "Hash"]
|
|
|
|
description = """
|
|
Rust implementation of Jenkins hash with 32-bit sized optimizations.
|
|
"""
|
|
exclude = ["tests/**"]
|
|
|
|
[dependencies]
|