# 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.70" name = "whisk" version = "0.13.0" include = [ "/LICENSE_APACHE", "/LICENSE_BOOST", "/LICENSE_MIT", "/README.md", "/src/*", "/examples/tokio.rs", ] description = "Simple and fast lockless async channels" homepage = "https://github.com/ardaku/whisk/blob/stable/CHANGELOG.md" documentation = "https://docs.rs/whisk" readme = "README.md" keywords = [ "channel", "actor", "mpmc", "notifier", "event_iterator", ] categories = [ "asynchronous", "concurrency", "embedded", "hardware-support", "no-std", ] license = "Apache-2.0 OR BSL-1.0 OR MIT" repository = "https://github.com/ardaku/whisk" [package.metadata.docs.rs] all-features = true [profile.dev] panic = "abort" [profile.release] panic = "abort" [[example]] name = "tokio" required-features = ["futures_core_3"] [dependencies.event_iterator] version = "0.1" optional = true [dependencies.futures_core_3] version = "0.3" optional = true default-features = false package = "futures-core" [dev-dependencies.async_main] version = "0.4" features = ["pasts"] [dev-dependencies.dl_api] version = "0.4" [dev-dependencies.flume] version = "0.11" [dev-dependencies.futures] version = "0.3" [dev-dependencies.libm] version = "0.2" [dev-dependencies.ntest] version = "0.9" [dev-dependencies.pasts] version = "0.14" default-features = false [dev-dependencies.tokio] version = "1.28" features = [ "rt-multi-thread", "macros", ] default-features = false [dev-dependencies.tokio-stream] version = "0.1" [features] default = []