# 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 = "tokio-stream-multiplexor-fork" version = "0.5.8" authors = ["Greg \"GothAck\" Miell "] description = "Stream Multiplexor for tokio with a tcp like interface" documentation = "https://docs.rs/tokio-stream-multiplexor" readme = "README.md" categories = [ "asynchronous", "network-programming", ] license = "MIT" repository = "https://github.com/GothAck/tokio-stream-multiplexor" resolver = "2" [lib] path = "src/lib.rs" [[bench]] name = "benches" harness = false [dependencies.async-channel] version = "1.8.0" [dependencies.bincode] version = "1.3.3" [dependencies.bytes] version = "1.3.0" features = ["serde"] [dependencies.futures] version = "0.3.25" [dependencies.futures-util] version = "0.3.25" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.tokio] version = "1.24.2" features = [ "io-util", "io-std", "rt", "net", "macros", ] [dependencies.tokio-util] version = "0.7.4" features = ["codec"] [dependencies.tracing] version = "0.1.37" [dev-dependencies.criterion] version = "0.4.0" features = ["async_tokio"] [dev-dependencies.ctor] version = "0.1.26" [dev-dependencies.tokio] version = "1.24.2" features = [ "io-util", "io-std", "rt", "net", "macros", "time", "rt-multi-thread", ] [dev-dependencies.tracing-subscriber] version = "0.3.16" features = ["env-filter"] [dev-dependencies.version-sync] version = "0.9.4"