dakera-storage 0.11.13

Storage backends for the Dakera AI memory platform
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 = "2021"
name = "dakera-storage"
version = "0.11.13"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Storage backends for the Dakera AI memory platform"
readme = false
license = "MIT"
repository = "https://github.com/Dakera-AI/dakera"

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

[[test]]
name = "storage_tests"
path = "tests/storage_tests.rs"

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

[dependencies.common]
version = "0.11.0"
package = "dakera-common"

[dependencies.futures-util]
version = "0.3"

[dependencies.metrics]
version = "0.24"

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

[dependencies.opendal]
version = "0.51"
features = [
    "services-s3",
    "services-memory",
    "services-fs",
    "services-azblob",
    "services-gcs",
]

[dependencies.parking_lot]
version = "0.12"

[dependencies.redis]
version = "0.27"
features = [
    "tokio-comp",
    "connection-manager",
]

[dependencies.rocksdb]
version = "0.22"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.tokio]
version = "1.37"
features = ["full"]

[dependencies.tracing]
version = "0.1"

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