# 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" rust-version = "1.75.0" name = "venndb" version = "0.5.0" authors = ["Glen De Cauwsemaecker "] description = "an in-memory database in Rust for rows queried using bit (flag) columns" homepage = "https://github.com/plabayo/venndb" readme = "README.md" keywords = [ "database", "db", "memory", "bits", ] categories = ["database"] license = "MIT OR Apache-2.0" repository = "https://github.com/plabayo/venndb" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[bench]] name = "proxydb" harness = false [dependencies.bitvec] version = "1.0.1" [dependencies.hashbrown] version = "0.14.3" [dependencies.rand] version = "0.8.5" [dependencies.venndb-macros] version = "0.5.0" [dev-dependencies.divan] version = "0.1.14" [dev-dependencies.itertools] version = "0.13.0" [dev-dependencies.sqlite] version = "0.36.0"