redb-extras 0.8.0

Use-case agnostic utilities for redb, featuring sharded roaring bitmap tables
Documentation
# 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.70"
name = "redb-extras"
version = "0.8.0"
authors = ["Santiago Carmuega <santiago@carmuega.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Use-case agnostic utilities for redb, featuring sharded roaring bitmap tables"
homepage = "https://github.com/scarmuega/redb-extras"
documentation = "https://docs.rs/redb-extras"
readme = "README.md"
keywords = [
    "redb",
    "roaring",
    "bitmap",
    "database",
    "storage",
]
categories = [
    "database",
    "data-structures",
    "algorithms",
]
license = "Apache-2.0"
repository = "https://github.com/scarmuega/redb-extras"

[lib]
name = "redb_extras"
path = "src/lib.rs"

[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"

[[example]]
name = "bucket_multimap"
path = "examples/bucket_multimap.rs"

[[example]]
name = "table_bucket_multimap"
path = "examples/table_bucket_multimap.rs"

[[test]]
name = "roaring_table_operations"
path = "tests/roaring_table_operations.rs"

[dependencies.redb]
version = "3.1"

[dependencies.roaring]
version = "0.10"

[dependencies.thiserror]
version = "1.0"

[dependencies.xxhash-rust]
version = "0.8"
features = ["xxh3"]

[dev-dependencies.tempfile]
version = "3.0"