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