[build-dependencies.tonic-prost-build]
version = "0.14.2"
[dependencies.prost]
version = "0.14.1"
[dependencies.thiserror]
version = "2.0.17"
[dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "1.48.0"
[dependencies.tonic]
version = "0.14.2"
[dependencies.tonic-prost]
version = "0.14.2"
[lib]
name = "rcfe"
path = "src/lib.rs"
[package]
authors = ["Jixiang Liu <jixiangup@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "RCFE is a Rust Client for ETCD V3."
documentation = "https://docs.rs/rcfe"
edition = "2024"
homepage = "https://github.com/hipeday/rcfe"
keywords = ["etcd", "client", "etcdv3", "gRPC"]
license = "MIT"
name = "rcfe"
readme = "README.md"
repository = "https://github.com/hipeday/rcfe"
version = "0.1.0"
[[test]]
name = "client"
path = "tests/client.rs"