# 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 = "stream_multiplexer" version = "0.16.1" authors = ["Benjamin Halsted "] description = "Combines many streams into a few." documentation = "https://docs.rs/stream_multiplexer" readme = "README.md" keywords = ["async", "asynchronous", "multiplex", "stream", "futures"] categories = ["asynchronous", "network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/halzy/stream_multiplexer" [dependencies.async-channel] version = "1.4.0" [dependencies.async-mutex] version = "1.1.5" [dependencies.dashmap] version = "4.0.0-rc6" [dependencies.futures-util] version = "0.3.5" features = ["std", "async-await-macro", "sink", "alloc"] default-features = false [dependencies.log] version = "0.4.11" [dependencies.parking_lot] version = "0.11.0" [dependencies.pin-project-lite] version = "0.1.7" [dependencies.sharded-slab] version = "0.0.9" [dependencies.thiserror] version = "1.0.20" [dev-dependencies.alto_logger] version = "0.3.6" [dev-dependencies.async-io] version = "0.1.9" [dev-dependencies.futures-util] version = "0.3.5" features = ["io", "std"] default-features = false [dev-dependencies.pin-project-lite] version = "0.1.7" [dev-dependencies.smol] version = "0.3.3" [dev-dependencies.tokio-util] version = "0.3.1" features = ["codec", "compat"] default-features = false