# 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 = "sshu-communicator" version = "0.0.2" description = "Just another one fraemwork for RPC communication. Aming to implement request/response pattern for async code over ws and tcp protocol. This is very first implementtion just for learn purpose." readme = "README.md" license = "MIT" [dependencies.async-trait] version = "0.1.71" [dependencies.bincode] version = "1.3.3" [dependencies.bytes] version = "1.0.1" [dependencies.futures] version = "0.3.28" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.166" features = ["derive"] [dependencies.tokio] version = "1.28.2" features = ["full"] [dependencies.uuid] version = "1.4.0" features = ["v4"]