# 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 = "quotient-filter" version = "0.2.3" authors = ["Batuhan Aydın "] description = "A quotient filter implementation." documentation = "https://docs.rs/quotient-filter" readme = "README.md" keywords = [ "quotient", "filter", "hash", ] categories = [ "data-structures", "algorithms", ] license = "MIT" license-file = "LICENSE" repository = "https://github.com/batuhan-aydin/rusty-structures/tree/main/quotient-filter" [dependencies.anyhow] version = "^1.0.66" [dependencies.const-fnv1a-hash] version = "^1.1.0" [dependencies.const-murmur3] version = "^0.2.1" [dependencies.num-traits] version = "^0.2.15" [dependencies.thiserror] version = "^1.0.37"