buffdb 0.3.1

Embedded storage at the speed of light.
Documentation
[[bin]]
name = "buffdb"
path = "src/main.rs"
required-features = ["binary"]

[build-dependencies.tonic-build]
version = "0.12.1"

[dependencies.anyhow]
optional = true
version = "1.0.86"

[dependencies.async-stream]
version = "0.3.5"

[dependencies.clap]
features = ["derive"]
optional = true
version = "4.5.10"

[dependencies.duckdb]
features = ["bundled"]
version = "1.0.0"

[dependencies.futures]
version = "0.3.30"

[dependencies.hyper-util]
version = "0.1.6"

[dependencies.prost]
version = "0.13.1"

[dependencies.sha2]
version = "0.10.8"

[dependencies.tokio]
features = ["rt-multi-thread", "fs"]
version = "1"

[dependencies.tokio-stream]
version = "0.1.15"

[dependencies.tonic]
version = "0.12.1"

[dependencies.tower]
version = "0.4.13"

[dev-dependencies.anyhow]
version = "1.0.86"

[dev-dependencies.serial_test]
version = "3.1.1"

[features]
binary = ["dep:anyhow", "dep:clap"]
default = []

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

[package]
authors = ["Marcus Eagan", "Jacob Pratt"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
categories = ["database-implementations", "embedded"]
description = "Embedded storage at the speed of light."
edition = "2021"
keywords = ["database", "storage", "embedded", "key-value", "blob"]
license = "MIT OR Apache-2.0"
name = "buffdb"
readme = "README.md"
repository = "https://github.com/buffdb/buffdb"
version = "0.3.1"

[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]
targets = ["x86_64-unknown-linux-gnu"]

[[test]]
name = "integration"
path = "tests/integration/main.rs"