banyan 0.1.1

Persistent indexable tree data structure
Documentation
[package]
name = "banyan"
version = "0.1.1"
authors = ["RĂ¼diger Klaehn <rklaehn@protonmail.com>", "Actyx AG"]
edition = "2018"
license = "MIT OR Apache-2.0"
keywords = ["database", "immutable", "persistent", "tree"]
categories = ["data-structures"]
description = "Persistent indexable tree data structure"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
zstd = "0.5.1+zstd.1.4.4"
serde = { version = "1.0.106", features = ["derive", "rc"] }

futures = "0.3.5"
tracing = "0.1.13"
lru = "0.4.3"
maplit = "1.0.2"
derive_more = "0.99.5"
anyhow = "1.0.31"
bitvec = "0.17.4"
salsa20 = "0.5.2"
rand = "0.7.3"
ref-cast = "1.0.2"
serde_cbor = { version = "0.11.1", features = ["tags"] }

[dev-dependencies]
hex = "0.4.2"
tokio = { version = "0.2.20", features = ["full"] }
reqwest = { version = "0.10.4", features = ["json"] }
clap = "2.33.1"
tracing-subscriber = "0.2.5"
quickcheck = "0.9.2"
quickcheck_async = "0.1.1"
env_logger = "0.7.1"
multihash = "0.11.1"
cid = "0.5.0"