# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.56" name = "selectme-macros" version = "0.7.2" authors = ["John-John Tedro "] description = """ A fast and fair select! macro for asynchronous Rust. """ homepage = "https://github.com/udoprog/selectme" documentation = "https://docs.rs/selectme" readme = "README.md" keywords = [ "select", "tokio", ] categories = [ "asynchronous", "concurrency", ] license = "MIT/Apache-2.0" repository = "https://github.com/udoprog/selectme" [lib] proc-macro = true [dev-dependencies.selectme] version = "0.7.2" [dev-dependencies.tokio] version = "1.16.1" features = [ "macros", "time", "rt", "rt-multi-thread", "test-util", ] [features] tokio-entry = []