d-engine-client 0.2.3

Client library for interacting with d-engine Raft clusters via gRPC
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.88"
name = "d-engine-client"
version = "0.2.3"
authors = ["Joshua Chi <joshokn@gmail.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Client library for interacting with d-engine Raft clusters via gRPC"
homepage = "https://github.com/deventlab/d-engine"
readme = "README.md"
keywords = [
    "raft",
    "consensus",
    "client",
    "async",
]
categories = [
    "asynchronous",
    "network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/deventlab/d-engine"
resolver = "2"

[package.metadata.docs.rs]
features = ["watch"]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[package.metadata.release]
tag = false

[features]
watch = ["d-engine-core/watch"]

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

[dependencies.arc-swap]
version = "1.7.1"

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

[dependencies.bytes]
version = "1.10"
features = ["serde"]

[dependencies.d-engine-core]
version = "0.2.3"

[dependencies.d-engine-proto]
version = "0.2.3"

[dependencies.futures]
version = "0.3.30"

[dependencies.rand]
version = "0.8.5"

[dependencies.serde]
version = "1.0"
features = ["derive"]
default-features = false

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

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

[dependencies.tonic]
version = "0.12.3"
features = [
    "gzip",
    "tls",
]

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

[dependencies.tracing]
version = "0.1.41"

[dev-dependencies.mockall]
version = "0.12.1"

[dev-dependencies.tracing-test]
version = "0.2"