summaryrefslogtreecommitdiffstats
path: root/third_party/rust/murmurhash3/Cargo.toml
blob: 654fbbecba69ea5bef4cd299d37a9825e05b13c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]

name = "murmurhash3"
version = "0.0.5"
authors = ["mhallin <mhallin@gmail.com>"]
description = "MurmurHash3 implementation"
license = "MIT"
readme = "README.rst"
homepage = "https://github.com/mhallin/murmurhash3-rs"

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

[dev-dependencies]
rand = "*"

[features]
nightly = []