1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14name = "rust_cascade"
15version = "0.6.0"
16authors = ["Mark Goodwin <mgoodwin@mozilla.com>", "Dana Keeler <dkeeler@mozilla.com>", "J.C. Jones <jc@mozilla.com>"]
17description = "A simple mmh3 based bloom filter cascade implementation in Rust."
18homepage = "https://github.com/mozilla/rust-cascade"
19documentation = "https://docs.rs/rust_cascade/"
20license = "MPL-2.0"
21repository = "https://github.com/mozilla/rust-cascade"
22[dependencies.byteorder]
23version = "1.3.1"
24
25[dependencies.digest]
26version = "0.8.0"
27
28[dependencies.murmurhash3]
29version = "0.0.5"
30
31[dependencies.sha2]
32version = "^0.8"
33