[package] name = "iron_rose" version = "0.1.1" authors = ["Chris Emery "] edition = "2018" description = "Rust implementation of Invertable Bloom Filters & Strata Estimators as found in https://www.ics.uci.edu/~eppstein/pubs/EppGooUye-SIGCOMM-11.pdf" license = "MIT" repository = "https://github.com/emeryc/iron_rose.git/" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] fasthash = "0.4.0" serde = {version = "1.0.125", features = ["derive"]} [dev-dependencies] criterion = "0.3" uuid = {version = "0.8", features = ["v4"]} [[bench]] name = "ibf_bench" harness = false