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