# 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 = "2018" name = "multiplexed-connection" version = "0.4.0" authors = ["Oleg Solomka "] description = "Creates connection with multiple data channels over single async data stream." license = "MIT" [dependencies.anyhow] version = "1" [dependencies.async-stream] version = "0.3" [dependencies.async-trait] version = "0.1" [dependencies.bytes] version = "1" [dependencies.connection-utils] version = "0.2" features = ["test"] [dependencies.cs-trace] version = "0.12" [dependencies.cs-utils] version = "0.14.0" features = ["async", "traits", "constants"] [dependencies.futures] version = "0.3.17" [dependencies.jsonrpc-core] version = "18.0" [dependencies.jsonrpc-core-client] version = "18.0" [dependencies.jsonrpc-derive] version = "18.0" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-util] version = "0.6" features = ["codec"] [dev-dependencies.rstest] version = "0.12.0"