# 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 = "timed-locks" version = "0.1.1" authors = ["Johannes Becker "] description = "Smart pointers to `tokio::sync` locks that either panic or error after a timeout." documentation = "https://docs.rs/timed-locks" readme = "README.md" license = "AGPL-3.0-only" repository = "https://gitlab.com/famedly/company/backend/libraries/timed-locks" resolver = "2" [dependencies.thiserror] version = "1.0.30" [dependencies.tokio] version = "1.16.1" features = ["sync", "time"] [dev-dependencies.tokio] version = "1.16.1" features = ["macros", "time", "rt", "test-util"]