mirror of
https://github.com/urbit/ares.git
synced 2024-11-22 15:08:54 +03:00
20 lines
430 B
TOML
20 lines
430 B
TOML
|
[package]
|
||
|
name = "murmur3"
|
||
|
version = "0.5.2"
|
||
|
authors = [ "Stu Small <stuart.alan.small@gmail.com>" ]
|
||
|
description = "A rust implementation of Murmur3 hash"
|
||
|
repository = "https://github.com/stusmall/murmur3"
|
||
|
keywords = ["hash","murmur3","murmur"]
|
||
|
license = "MIT/Apache-2.0"
|
||
|
edition = "2018"
|
||
|
|
||
|
[dependencies]
|
||
|
|
||
|
[dev-dependencies]
|
||
|
murmur3-sys = { path = "./murmur3-sys"}
|
||
|
quickcheck = "0.9"
|
||
|
|
||
|
[profile.bench]
|
||
|
lto = true
|
||
|
codegen-units = 1
|