umadb-server 0.6.13

gRPC server implementation for UmaDB event store
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 = "umadb-server"
version = "0.6.13"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "gRPC server implementation for UmaDB event store"
homepage = "https://umadb.io"
readme = "README.md"
keywords = [
    "event-store",
    "grpc",
    "server",
]
categories = [
    "database",
    "network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/umadb-io/umadb"
resolver = "2"

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

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

[dependencies.futures]
version = "0.3.32"

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

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

[dependencies.tonic]
version = "0.14"
features = [
    "server",
    "tls-native-roots",
    "tls-aws-lc",
]

[dependencies.tonic-health]
version = "0.14"

[dependencies.tower]
version = "0.5.3"

[dependencies.umadb-core]
version = "0.6.13"

[dependencies.umadb-dcb]
version = "0.6.13"

[dependencies.umadb-proto]
version = "0.6.13"