udb-client 0.5.22

Rust client for UDB — a proto-driven gRPC broker over multiple databases. Typed tonic clients plus the tenant/project metadata and token lifecycle the broker expects.
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"
rust-version = "1.88"
name = "udb-client"
version = "0.5.22"
build = "build.rs"
include = [
    "src/**",
    "examples/**",
    "build.rs",
    "README.md",
    "proto/**",
    "third_party/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust client for UDB — a proto-driven gRPC broker over multiple databases. Typed tonic clients plus the tenant/project metadata and token lifecycle the broker expects."
homepage = "https://github.com/fahara02/udb"
documentation = "https://docs.rs/udb-client"
readme = "README.md"
keywords = [
    "udb",
    "grpc",
    "database",
    "multi-tenant",
    "client",
]
categories = [
    "database",
    "api-bindings",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/fahara02/udb"

[lib]
name = "udb_client"
path = "src/lib.rs"
doctest = false

[[example]]
name = "quickstart"
path = "examples/quickstart.rs"

[dependencies.prost]
version = "0.14"

[dependencies.prost-types]
version = "0.14"

[dependencies.tokio]
version = "1"
features = [
    "sync",
    "time",
]

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

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

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
]

[build-dependencies.protoc-bin-vendored]
version = "3"

[build-dependencies.tonic-prost-build]
version = "0.14"