# 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" name = "channel-receiver" version = "0.3.2" authors = ["vkill "] description = "Channel Receiver" homepage = "https://github.com/bk-rs/channel-rs" documentation = "https://docs.rs/channel-receiver" readme = "README.md" keywords = [] categories = [] license = "Apache-2.0 OR MIT" repository = "https://github.com/bk-rs/channel-rs" resolver = "1" [package.metadata.docs.rs] all-features = true [package.metadata.cargo-all-features] skip_optional_dependencies = true [dependencies.async-channel] version = "1" optional = true default-features = false [dependencies.async-trait] version = "0.1" default-features = false [dependencies.dyn-clone] version = "1" default-features = false [dependencies.futures-core] version = "0.3" default-features = false [dependencies.tokio] version = "1" features = ["sync"] optional = true default-features = false [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", "time", ] [features] default = [] impl_async_channel = ["async-channel"] impl_tokio = ["tokio"]