third_party_rust_want/Cargo.toml
Sean McArthur 13093a962a v0.3.0
2019-08-20 11:59:30 -07:00

19 lines
480 B
TOML

[package]
name = "want"
version = "0.3.0" # remember to update html_root_url
description = "Detect when another Future wants a result."
keywords = ["futures", "channel", "async"]
authors = ["Sean McArthur <sean@seanmonstar.com>"]
license = "MIT"
repository = "https://github.com/seanmonstar/want"
documentation = "https://docs.rs/want"
edition = "2018"
[dependencies]
log = "0.4"
try-lock = "0.2"
[dev-dependencies]
tokio-executor = "0.2.0-alpha.2"
tokio-sync = "0.2.0-alpha.2"