# 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 = "async_chanx" version = "0.1.0-alpha.5" authors = ["Naja Melan "] exclude = [ "benches", "examples", "tests", ] description = "Implement `Sink` for some channel implementations." documentation = "https://docs.rs/async_chanx" readme = "README.md" keywords = [] categories = [] license = "Unlicense" repository = "https://github.com/najamelan/async_chanx" [package.metadata.docs.rs] all-features = true targets = [] [[bench]] name = "bounded" path = "benches/bounded.rs" harness = false [[bench]] name = "spsc" path = "benches/spsc.rs" harness = false [dependencies.futures-sink] version = "^0.3" [dependencies.tokio-stream] version = "^0.1" optional = true [dependencies.tokio_crate] version = "^1" features = ["sync"] optional = true package = "tokio" [dev-dependencies.assert_matches] version = "^1" [dev-dependencies.async_executors] version = "^0.6" features = [ "async_std", "localpool", ] [dev-dependencies.criterion] version = "^0.4" [dev-dependencies.futures] version = "^0.3" [dev-dependencies.futures-test] version = "^0.3" [dev-dependencies.pretty_assertions] version = "^1" [dev-dependencies.tokio_crate] version = "^1" features = ["sync"] package = "tokio" [build-dependencies.rustc_version] version = "^0.4" [features] tokio = [ "tokio_crate", "tokio-stream", ] [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "najamelan/async_chanx"