# 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 = "sbbf-rs-safe" version = "0.3.2" authors = ["Ozgur Akkurt "] description = "Split block bloom filter implementation" homepage = "https://github.com/ozgrakkurt/sbbf-rs-safe" readme = "README.md" license = "MIT" repository = "https://github.com/ozgrakkurt/sbbf-rs-safe" [profile.release] lto = true codegen-units = 1 [[bench]] name = "bench" path = "benches/bench.rs" harness = false [dependencies.sbbf-rs] version = "0.2" [dev-dependencies.bloom] version = "0.3" [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.fastbloom-rs] version = "0.5" [dev-dependencies.probabilistic-collections] version = "0.7" [dev-dependencies.rand] version = "0.8" [dev-dependencies.solana-bloom] version = "1.16" [dev-dependencies.wyhash] version = "0.5"