# 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" 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" [dependencies.selectme-macros] version = "=0.7.2" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.pin-project] version = "1.0.10" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rustversion] version = "1.0.12" [dev-dependencies.tokio] version = "1.16.1" features = [ "macros", "time", "rt", "rt-multi-thread", ] [dev-dependencies.tokio-stream] version = "0.1.8" [dev-dependencies.trybuild] version = "1.0" [features] default = [ "std", "random", ] random = [] std = [] tokio-entry = ["selectme-macros/tokio-entry"]