# 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-transports" version = "0.1.0" description = "tokio-transports is used for communication between processes." homepage = "https://github.com/0x5459/tokio-transports" readme = "README.md" keywords = [ "ipc", "transport", "tokio", "network", "pipe", ] categories = [ "asynchronous", "tokio", ] license = "MIT OR Apache-2.0" repository = "https://github.com/0x5459/tokio-transports" [dependencies.bincode] version = "1.3" optional = true [dependencies.bytes] version = "1.4" [dependencies.futures-core] version = "0.3" [dependencies.futures-sink] version = "0.3" [dependencies.pin-project] version = "1" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" optional = true [dependencies.tokio] version = "1" features = [] default-features = false [dependencies.tokio-util] version = "0.7" features = [ "codec", "io", ] [dependencies.tracing] version = "0.1" features = ["std"] optional = true default-features = false [dev-dependencies.anyhow] version = "1" [dev-dependencies.futures] version = "0.3" [dev-dependencies.tokio] version = "1" features = ["full"] [features] default = [ "serded-json", "serded-bincode", "tracing", "rw-pipe", ] full = [ "serded-json", "serded-bincode", "tracing", "rw-pipe", ] rw-pipe = [ "tokio/process", "tokio/io-std", "tokio/io-util", "tokio/time", ] serded-bincode = ["bincode"] serded-json = ["serde_json"]