1 | [package] |
2 | name = "waker-fn" |
3 | # When publishing a new version: |
4 | # - Update CHANGELOG.md |
5 | # - Create "v1.x.y" git tag |
6 | version = "1.1.1" |
7 | authors = ["Stjepan Glavina <stjepang@gmail.com>" ] |
8 | edition = "2018" |
9 | rust-version = "1.51" |
10 | description = "Convert closures into wakers" |
11 | license = "Apache-2.0 OR MIT" |
12 | repository = "https://github.com/smol-rs/waker-fn" |
13 | homepage = "https://github.com/smol-rs/waker-fn" |
14 | documentation = "https://docs.rs/waker-fn" |
15 | keywords = ["async" , "waker" , "wake" , "closure" , "callback" ] |
16 | categories = ["concurrency" ] |
17 | exclude = ["/.*" ] |
18 | |