# 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.60" name = "event-listener-strategy" version = "0.5.2" authors = ["John Nunley "] exclude = ["/.*"] description = "Block or poll on event_listener easily" readme = "README.md" keywords = [ "condvar", "envcount", "wake", "blocking", "park", ] categories = [ "asynchronous", "concurrency", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/smol-rs/event-listener-strategy" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.event-listener] version = "5.0.0" default-features = false [dependencies.pin-project-lite] version = "0.2.12" [dev-dependencies.futures-lite] version = "2.0.0" [features] default = ["std"] std = ["event-listener/std"] [target."cfg(target_family = \"wasm\")".dev-dependencies.wasm-bindgen-test] version = "0.3.37"