anda_object_store 0.3.2

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

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

[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"
features = ["async-await"]
default-features = false

[dependencies.moka]
version = "0.12"
features = ["future"]
default-features = false

[dependencies.object_store]
version = "0.13"
default-features = false

[dependencies.rand]
version = "0.10"

[dependencies.serde]
version = "1"
features = [
    "std",
    "derive",
]
default-features = false

[dependencies.serde_bytes]
version = "0.11"

[dependencies.sha3]
version = "0.11"

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

[dev-dependencies.object_store]
version = "0.13"
features = [
    "fs",
    "integration",
    "rand",
]
default-features = false

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

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