[package] name = "channel-async" edition = "2018" # When releasing to crates.io: # - Update html_root_url. # - Update CHANGELOG.md. # - Update doc URL. # - Create "v0.1.x" git tag. version = "0.3.0-deprecated" license = "MIT" readme = "README.md" description = """ Async/Stream Extensions for crossbeam-channel """ authors = ["Danny Browning "] categories = ["asynchronous", "network-programming"] documentation = "https://docs.rs/channel-async/" repository = "https://github.com/dbcfd/channel-async" [badges] maintenance = { status = "deprecated" } [dependencies] crossbeam-channel = "0.3" failure = "0.1" failure_derive = "0.1" futures = "0.3.0" tokio = "0.2.0-alpha.6" [dev-dependencies] criterion = "0.2" [[bench]] path = "benches/bench.rs" name = "benchmark" harness = false