[[test]]
name = "functional"
path = "tests/test.rs"
[dependencies.futures-channel]
version = "0.3.1"
[dependencies.futures-task]
version = "0.3.1"
[dependencies.tokio]
features = ["rt"]
optional = true
version = "1.0"
[dev-dependencies.futures]
version = "0.3.1"
[dev-dependencies.tokio]
features = ["sync", "macros", "rt-multi-thread"]
version = "1.0"
[dev-dependencies.tokio-test]
version = "0.4.2"
[features]
default = ["tokio"]
[package]
authors = ["Alan Somers <asomers@gmail.com>"]
autotests = false
categories = ["asynchronous"]
description = "Futures-aware lock primitives\n"
documentation = "https://docs.rs/futures-locks"
edition = "2018"
include = ["src/**/*", "tests/**/*", "LICENSE-*", "README.md", "CHANGELOG.md"]
license = "MIT/Apache-2.0"
name = "futures-locks"
readme = "README.md"
repository = "https://github.com/asomers/futures-locks"
version = "0.7.1"
[package.metadata.docs.rs]
features = ["tokio"]
rustdoc-args = ["--cfg", "docsrs"]