# 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" version = "0.2.8" authors = ["Ozgur Akkurt "] description = "Split block bloom filter implementation" homepage = "https://github.com/ozgrakkurt/sbbf-rs" readme = "README.md" license = "MIT" repository = "https://github.com/ozgrakkurt/sbbf-rs" [profile.release] lto = true codegen-units = 1 [[bench]] name = "bench" path = "benches/bench.rs" harness = false [dependencies.fastrange-rs] version = "0.1" [dev-dependencies.parquet2] version = "0.17" features = ["bloom_filter"] default-features = false [dev-dependencies.rand] version = "0.8" [dev-dependencies.xxhash-rust] version = "0.8" features = ["xxh3"] [target."cfg(any(target_arch = \"x86_64\", target_arch = \"x86\"))".dependencies.cpufeatures] version = "0.2" [target."cfg(not(target_family = \"wasm\"))".dev-dependencies.criterion] version = "0.5" features = ["html_reports"]