[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 "] 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"