timed-locks 0.1.0

Smart pointers to `tokio::sync` locks that panic after a timeout.
Documentation
[dependencies.thiserror]
version = "1.0.30"

[dependencies.tokio]
features = ["sync", "time"]
version = "1.16.1"
[dev-dependencies.tokio]
features = ["macros", "time", "rt", "test-util"]
version = "1.16.1"

[package]
authors = ["Johannes Becker <j.becker@famedly.com>"]
description = "Smart pointers to `tokio::sync` locks that panic after a timeout."
documentation = "https://docs.rs/timed-locks"
edition = "2021"
license = "AGPL-3.0-only"
name = "timed-locks"
readme = "README.md"
repository = "https://gitlab.com/famedly/company/backend/libraries/timed-locks"
resolver = "2"
version = "0.1.0"