1[package] 2name = "want" 3version = "0.3.1" # 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] 13try-lock = "0.2.4" 14 15[dev-dependencies] 16tokio-executor = "0.2.0-alpha.2" 17tokio-sync = "0.2.0-alpha.2" 18