# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "async-oneshot" version = "0.5.0" authors = ["James Laver "] description = "A fast, small, full-featured, async-aware oneshot channel." homepage = "https://github.com/irrustible/async-oneshot" documentation = "https://docs.rs/async-oneshot" readme = "README.md" keywords = ["oneshot", "channel"] categories = ["asynchronous", "concurrency", "data-structures", "no-std"] license = "MPL-2.0" repository = "https://github.com/irrustible/async-oneshot" [[bench]] name = "oneshot" harness = false [dependencies.futures-micro] version = "0.5.0" [dev-dependencies.criterion] version = "0.3" features = ["real_blackbox"] [dev-dependencies.futures-lite] version = "1" [dev-dependencies.waker-fn] version = "1"