1[package]
2name = "want"
3version = "0.3.0" # remember to update html_root_url
4description = "Detect when another Future wants a result."
5keywords = ["futures", "channel", "async"]
6authors = ["Sean McArthur <sean@seanmonstar.com>"]
7license = "MIT"
8repository = "https://github.com/seanmonstar/want"
9documentation = "https://docs.rs/want"
10edition = "2018"
11
12[dependencies]
13log = "0.4"
14try-lock = "0.2"
15
16[dev-dependencies]
17tokio-executor = "0.2.0-alpha.2"
18tokio-sync = "0.2.0-alpha.2"
19