# 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 = "mongo-lock-async" version = "0.4.0" authors = ["Pavel Lazureykis"] description = "Distributed mutex locks with MongoDB" documentation = "https://docs.rs/mongo-lock-async" readme = "README.md" keywords = [ "distributed", "locking", "concurrency", "mongo", "mongodb", ] license = "MIT" repository = "https://github.com/lazureykis/mongo-lock-async" [dependencies.mongodb] version = "3" [dependencies.tokio] version = "1" [dev-dependencies.rand] version = "0"