distributed-lock-postgres 0.2.0

PostgreSQL backend for distributed locks using advisory locks
Documentation
[dependencies.distributed-lock-core]
version = "0.2.0"

[dependencies.sha1]
version = "0.10"

[dependencies.sqlx]
features = ["postgres", "runtime-tokio-native-tls"]
version = "0.8"

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

[dependencies.tracing]
version = "0.1"

[dev-dependencies]

[lib]
name = "distributed_lock_postgres"
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 = "PostgreSQL backend for distributed locks using advisory locks"
edition = "2024"
keywords = ["distributed", "lock", "mutex", "postgresql"]
license = "MIT"
name = "distributed-lock-postgres"
readme = "README.md"
repository = "https://github.com/XuHaoJun/distributed-lock-rs"
resolver = "2"
rust-version = "1.88"
version = "0.2.0"