anda_object_store 0.2.1

A Rust library that extends the functionality of the object_store crate with metadata management and encryption.
Documentation
[dependencies.aes-gcm]
version = "0.10"

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

[dependencies.async-trait]
version = "0.1"

[dependencies.base64]
version = "0.22"

[dependencies.bytes]
version = "1"

[dependencies.ciborium]
version = "0.2"

[dependencies.futures]
version = "0.3"

[dependencies.moka]
features = ["future"]
version = "0.12"

[dependencies.object_store]
version = "0.12"

[dependencies.rand]
version = "0.9"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_bytes]
version = "0.11"

[dependencies.sha3]
version = "0.10"

[dependencies.tokio]
features = ["sync", "parking_lot", "io-util"]
version = "1"

[dev-dependencies.object_store]
features = ["integration", "rand"]
version = "0.12"

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

[dev-dependencies.tokio]
features = ["full"]
version = "1"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database", "data-structures", "text-processing"]
description = "A Rust library that extends the functionality of the object_store crate with metadata management and encryption."
edition = "2024"
keywords = ["database", "object_store", "encryption", "anda", "AndaDB"]
license = "MIT"
name = "anda_object_store"
publish = true
readme = "README.md"
repository = "https://github.com/ldclabs/anda_db/tree/main/rs/anda_object_store"
resolver = "2"
version = "0.2.1"