elock 0.1.0

A lightweight distributed lock implementation built on top of etcd using leases and watch
Documentation
[dependencies.etcd-client]
features = ["tls"]
version = "0.15.0"

[dependencies.tokio]
features = ["full"]
version = "1.46.1"

[dependencies.tokio-util]
version = "0.7.15"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3.19"

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

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

[package]
authors = ["CeerDecy <CeerDecy@163.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["concurrency", "network-programming"]
description = "A lightweight distributed lock implementation built on top of etcd using leases and watch"
edition = "2024"
keywords = ["distributed-lock", "etcd", "rust"]
license = "MIT"
name = "elock"
readme = "README.md"
repository = "https://github.com/nautilus-ops/elock"
version = "0.1.0"