Bug 1888590 - Mark some subtests on trusted-types-event-handlers.html as failing...
[gecko.git] / third_party / rust / murmurhash3 / Cargo.toml
blob654fbbecba69ea5bef4cd299d37a9825e05b13c6
1 [package]
3 name = "murmurhash3"
4 version = "0.0.5"
5 authors = ["mhallin <mhallin@gmail.com>"]
6 description = "MurmurHash3 implementation"
7 license = "MIT"
8 readme = "README.rst"
9 homepage = "https://github.com/mhallin/murmurhash3-rs"
11 [lib]
12 name = "murmurhash3"
13 path = "src/lib.rs"
15 [dev-dependencies]
16 rand = "*"
18 [features]
19 nightly = []