# 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" rust-version = "1.75" name = "ruchei" version = "0.0.95" authors = [ "Alisa Feistel ", "Timofey Prikhodko ", ] publish = true description = "Utilities for working with many streams" documentation = "https://docs.rs/ruchei" readme = "README.md" keywords = [ "streams", "async", "stream", ] categories = ["asynchronous"] license = "MIT OR Apache-2.0" repository = "https://github.com/parrrate/ruchei" [dependencies.futures-channel] version = "0.3.30" [dependencies.futures-util] version = "0.3.30" features = ["sink"] [dependencies.linked-hash-map] version = "0.5.6" [dependencies.pin-project] version = "1" [dependencies.ruchei-callback] version = "0.1.0" [dependencies.ruchei-extra] version = "0.1.1" [dependencies.ruchei-route] version = "0.1.7" features = ["unroute"] default-features = false [dependencies.slab] version = "0.4.9" [dev-dependencies.async-io] version = "2.3.2" [dev-dependencies.async-net] version = "2.0.0" [dev-dependencies.async-std] version = "1.12.0" features = ["attributes"] [dev-dependencies.async-tungstenite] version = "0.26.1" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.thiserror] version = "1"