[package] name = "selectme-macros" version = "0.7.2" authors = ["John-John Tedro "] edition = "2021" rust-version = "1.56" description = """ A fast and fair select! macro for asynchronous Rust. """ documentation = "https://docs.rs/selectme" readme = "README.md" homepage = "https://github.com/udoprog/selectme" repository = "https://github.com/udoprog/selectme" license = "MIT/Apache-2.0" keywords = ["select", "tokio"] categories = ["asynchronous", "concurrency"] [dev-dependencies] selectme = { version = "0.7.2", path = ".." } tokio = { version = "1.16.1", features = ["macros", "time", "rt", "rt-multi-thread", "test-util"] } [features] tokio-entry = [] [lib] proc-macro = true