[dependencies.distributed-lock-core]
version = "0.1.0"
[dependencies.distributed-lock-file]
version = "0.1.0"
[dependencies.distributed-lock-postgres]
version = "0.1.0"
[dependencies.distributed-lock-redis]
version = "0.1.0"
[dev-dependencies]
[lib]
name = "distributed_lock"
path = "src/lib.rs"
[lints.clippy]
uninlined_format_args = "allow"
[package]
authors = ["XuHaoJun <xuhaojuntw@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["concurrency", "asynchronous", "database"]
description = "Distributed locks for Rust with multiple backend support (PostgreSQL, Redis, file system)"
edition = "2021"
keywords = ["distributed", "lock", "postgres", "redis", "file"]
license = "MIT"
name = "distributed-lock"
readme = false
repository = "https://github.com/XuHaoJun/distributed-lock-rs"
rust-version = "1.88"
version = "0.1.0"