# 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 = "mezzenger-tcp" version = "0.1.3" authors = ["zduny "] description = "TCP mezzenger transport." homepage = "https://github.com/zduny/mezzenger/tree/master/mezzenger-tcp" documentation = "https://docs.rs/mezzenger-tcp/" readme = "README.md" keywords = [ "message", "message-passing", "communication", "mezzenger", "tcp", ] license = "Apache-2.0" repository = "https://github.com/zduny/mezzenger" [dependencies.bytes] version = "1.5.0" [dependencies.futures] version = "0.3.28" [dependencies.kodec] version = "0.1.0" [dependencies.mezzenger] version = "0.1.4" [dependencies.pin-project] version = "1.1.3" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.tokio] version = "1.32.0" [dependencies.tokio-util] version = "0.7.8" features = ["io"] [dev-dependencies.anyhow] version = "1.0.75" [dev-dependencies.clap] version = "4.4.2" features = ["derive"] [dev-dependencies.kodec] version = "0.1.0" features = ["binary"] [dev-dependencies.parity-tokio-ipc] version = "0.9.0" [dev-dependencies.rustyline-async] version = "0.4.0" [dev-dependencies.tokio] version = "1.32.0" features = ["full"] [dev-dependencies.tokio-stream] version = "0.1.14" [dev-dependencies.tracing] version = "0.1.37" [dev-dependencies.tracing-subscriber] version = "0.3.17"