# 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" version = "0.5.6" 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.6.1" [dependencies.bincode] version = "1.3.3" [dependencies.bytes] version = "1.1.0" features = ["serde"] [dependencies.futures] version = "0.3.17" [dependencies.futures-util] version = "0.3.17" [dependencies.rand] version = "0.8.4" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.tokio] version = "1.13.0" features = ["io-util", "io-std", "rt", "net", "macros"] [dependencies.tokio-util] version = "0.6.9" features = ["codec"] [dependencies.tracing] version = "0.1.29" [dev-dependencies.criterion] version = "0.3" features = ["async_tokio"] [dev-dependencies.ctor] version = "0.1.21" [dev-dependencies.tokio] version = "1.13.0" features = ["io-util", "io-std", "rt", "net", "macros", "time", "rt-multi-thread"] [dev-dependencies.tracing-subscriber] version = "0.3.2" features = ["env-filter"] [dev-dependencies.version-sync] version = "0.9"