rust-etcd-utils 0.14.0

A set of utilities for working with etcd in Rust.
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 = "rust-etcd-utils"
version = "0.14.0"
authors = [
    "Louis-Vincent Boudreault",
    "Triton One",
]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A set of utilities for working with etcd in Rust."
homepage = "https://triton.one"
readme = "README.md"
license = "AGPL-3.0"
repository = "https://github.com/rpcpool/rust-etcd-utils"

[features]
default = []
unstable = []

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

[[test]]
name = "common"
path = "tests/common.rs"

[[test]]
name = "test_channel"
path = "tests/test_channel.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"

[[test]]
name = "test_watcher"
path = "tests/test_watcher.rs"

[dependencies.async-trait]
version = "^0.1.83"

[dependencies.dashmap]
version = "6.1.0"

[dependencies.etcd-client]
version = "^0.18.0"
features = ["pub-response-field"]

[dependencies.futures]
version = "^0.3.31"

[dependencies.http]
version = "1.4.0"

[dependencies.pin-project]
version = "1.1.11"

[dependencies.rand]
version = "^0.8.5"

[dependencies.retry]
version = "2"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1.43.1"
features = [
    "rt-multi-thread",
    "time",
    "sync",
]

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

[dependencies.tonic]
version = "^0.14.2"

[dependencies.tower]
version = "0.5"

[dependencies.tracing]
version = "^0.1.40"

[dev-dependencies.bytes]
version = "1.11.1"

[dev-dependencies.http-body-util]
version = "0.1"

[dev-dependencies.hyper]
version = "1"
features = [
    "http2",
    "server",
]

[dev-dependencies.hyper-util]
version = "0.1"
features = [
    "server",
    "tokio",
    "http2",
]

[dev-dependencies.tracing-subscriber]
version = "^0.3.1"
features = [
    "ansi",
    "env-filter",
]