[dependencies.anda_db_utils]
version = "0.2"
[dependencies.ciborium]
version = "0.2"
[dependencies.dashmap]
features = ["serde"]
version = "6.1"
[dependencies.futures]
version = "0.3"
[dependencies.parking_lot]
version = "0.12"
[dependencies.rustc-hash]
version = "2"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[dependencies.thiserror]
version = "2"
[dev-dependencies.hex]
version = "0.4"
[dev-dependencies.tokio]
features = ["full"]
version = "1"
[[example]]
name = "btree_demo"
path = "examples/btree_demo.rs"
[lib]
name = "anda_db_btree"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["accessibility", "web-programming", "development-tools", "text-processing"]
description = "A B-tree index library in Rust."
edition = "2024"
keywords = ["ai-agent", "object_store", "hnsw", "database"]
license = "MIT"
name = "anda_db_btree"
publish = true
readme = "README.md"
repository = "https://github.com/ldclabs/anda_db/tree/main/rs/anda_db_btree"
resolver = "2"
version = "0.5.4"