[package] name = "bloomfilter-rs" version = "0.1.0" edition = "2021" authors = ["Tim Toebrock"] license = "MIT" description = """ A conveniently simple implemenation of a bloomfilter. """ [dependencies] cli-table = "0.4.6" fasthash-fork = "0.4.1" rand = "0.8.5" [profile.dev] opt-level = 3