# 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 = "2021" name = "cocklock" version = "0.1.0" authors = ["hexcowboy"] exclude = [ "/.github", "/examples", ] description = "Implementation of the distributed locking mechanism built on top of Postgres/CockroachDB" readme = "README.md" keywords = [ "distributed", "locking", "dls", "cockroachdb", "postgres", ] license = "MIT" repository = "https://github.com/hexcowboy/cocklock" resolver = "2" [dependencies.native-tls] version = "0.2.10" [dependencies.postgres] version = "0.19" features = ["with-uuid-1"] [dependencies.postgres-native-tls] version = "0.5.0" [dependencies.tokio-postgres] version = "0.7.6" [dependencies.uuid] version = "1.0.0" features = [ "v4", "fast-rng", ] [dev-dependencies.testcontainers] version = "0.14.0"