locksmith 0.2.2

Extract Postgres locks from a given SQL statement
Documentation
[dependencies.anyhow]
version = "1.0.95"

[dependencies.derive_more]
features = ["from"]
version = "2.0.1"

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

[dependencies.sqlx]
features = ["runtime-tokio", "postgres", "macros", "time"]
version = "0.8.3"

[dependencies.tokio]
features = ["macros"]
version = "1.43.0"

[dependencies.tokio-postgres]
version = "0.7.13"

[dependencies.tracing]
features = ["async-await"]
version = "0.1.41"

[dev-dependencies.serde_json]
version = "1.0.138"

[dev-dependencies.testcontainers-modules]
features = ["postgres"]
version = "0.13.0"

[dev-dependencies.tokio]
features = ["full"]
version = "1.48.0"

[dev-dependencies.tracing-test]
version = "0.2.5"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Extract Postgres locks from a given SQL statement"
edition = "2024"
license = "MIT"
name = "locksmith"
readme = "README.md"
repository = "https://github.com/orf/locksmith"
version = "0.2.2"

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