keldra 0.18.0

Authenticated Rust client for Keldra objects and indices
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"
rust-version = "1.96.0"
name = "keldra"
version = "0.18.0"
authors = ["Keldra maintainers <maintainers@keldra.store>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Authenticated Rust client for Keldra objects and indices"
homepage = "https://keldra.store"
documentation = "https://docs.rs/keldra"
readme = "README.md"
keywords = [
    "object-store",
    "storage",
    "compare-and-swap",
    "distributed-systems",
]
categories = ["database-implementations"]
license-file = "LICENSE"
repository = "https://github.com/keldra-store/keldra"

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

[dependencies.jiff]
version = "0.2.28"

[dependencies.keldra-api]
version = "=0.18.0"

[dependencies.serde_json]
version = "1.0"

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

[dependencies.tonic]
version = "0.14"
features = [
    "transport",
    "tls-native-roots",
]
default-features = false

[dev-dependencies.tokio]
version = "1.47"
features = [
    "macros",
    "rt",
]