# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "bloomin" version = "0.1.0-alpha.1" authors = ["Austin Poor "] publish = true description = "A basic bloom filter library written in Rust." homepage = "https://github.com/a-poor/bloomin" documentation = "https://docs.rs/bloomin" readme = "README.md" keywords = [ "bloom", "filter", "data-structures", ] categories = ["data-structures"] license = "MIT" repository = "https://github.com/a-poor/bloomin" [dependencies]