# 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 = "2018" name = "redlock-async" version = "0.0.3" authors = [ "Jan-Erik Rediger ", "Romain Boces ", ] description = "Implementation of the distributed locking mechanism built on top of Async Redis" homepage = "https://github.com/rsecob/redlock-async-rs" readme = "README.md" keywords = [ "distributed", "locking", "redis", "redlock", ] license = "BSD-3-Clause" repository = "https://github.com/rsecob/redlock-async-rs" [dependencies.futures] version = "0.3.24" [dependencies.rand] version = "0.8.5" [dependencies.redis] version = "0.21.6" features = ["async-std-comp"] [dependencies.tokio] version = "1.21.0" features = [ "rt", "time", ] [dev-dependencies.anyhow] version = "1.0.40" [dev-dependencies.once_cell] version = "1.7.2" [dev-dependencies.testcontainers] version = "0.12.0" [dev-dependencies.tokio] version = "1.21.0" features = ["macros"] [dev-dependencies.tokio-test] version = "0.4.2"