[dependencies.async-trait]
version = "^0.1.83"
[dependencies.etcd-client]
version = "^0.17.0"
[dependencies.futures]
version = "^0.3.31"
[dependencies.rand]
version = "^0.8.5"
[dependencies.retry]
version = "2"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[dependencies.thiserror]
version = "2"
[dependencies.tokio]
features = ["rt-multi-thread", "time", "sync"]
version = "1"
[dependencies.tokio-stream]
version = "^0.1.16"
[dependencies.tonic]
version = "^0.14.2"
[dependencies.tracing]
version = "^0.1.40"
[dev-dependencies.tracing-subscriber]
features = ["ansi", "env-filter"]
version = "^0.3.1"
[lib]
name = "rust_etcd_utils"
path = "src/lib.rs"
[package]
authors = ["Triton One", "Louis-Vincent Boudreault"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A set of utilities for working with etcd in Rust."
edition = "2024"
homepage = "https://triton.one"
license = "AGPL-3.0"
name = "rust-etcd-utils"
publish = true
readme = "README.md"
repository = "https://github.com/rpcpool/rust-etcd-utils"
version = "0.13.0"
[[test]]
name = "common"
path = "tests/common.rs"
[[test]]
name = "test_lease"
path = "tests/test_lease.rs"
[[test]]
name = "test_lock"
path = "tests/test_lock.rs"
[[test]]
name = "test_log"
path = "tests/test_log.rs"