# 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 = "bidirectional-channel" version = "0.3.1" authors = ["Aatif Syed "] publish = ["crates-io"] description = "A channel where receivers can respond to a message, and senders can wait for a response." documentation = "https://docs.rs/bidirectional-channel" keywords = ["channel", "async", "request", "response"] license = "MIT OR Apache-2.0" repository = "https://github.com/aatifsyed/bidirectional-channel" [dependencies.async-std] version = "1.9.0" [dependencies.derive_more] version = "0.99.14" [dependencies.futures] version = "0.3.15" [dependencies.thiserror] version = "1.0.26" [dev-dependencies.anyhow] version = "1.0.40" [dev-dependencies.async-std] version = "1.9.0" features = ["attributes"] [dev-dependencies.ntest] version = "0.7.3"