# 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 = "grafite" version = "0.1.1" authors = ["Connor Tsui"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The Grafite Range Filter." readme = "README.md" keywords = [ "filter", "range", "bloom", "search", "succinct", ] categories = [ "database-implementations", "data-structures", "algorithms", ] license = "MIT" repository = "https://github.com/Connortsui20/grafite" [lib] name = "grafite" path = "src/lib.rs" [[test]] name = "full" path = "tests/full.rs" [[test]] name = "ranges" path = "tests/ranges.rs" [dependencies.miller_rabin] version = "1.1" [dependencies.rand] version = "0.8" [dependencies.rayon] version = "1.10" [dependencies.vers-vecs] version = "1.4"