# 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 = "clibri_transport_client" version = "0.1.9" authors = ["DmitryAstafyev "] description = "Based on websocket protocol client. Used for clibri project" homepage = "https://github.com/DmitryAstafyev/clibri" readme = "README.md" keywords = ["websocket", "clibri", "protocol"] categories = ["network-programming"] license = "Apache-2.0" license-file = "LICENSE" repository = "https://github.com/DmitryAstafyev/clibri.transport.rust.client" [dependencies.async-trait] version = "0.1.51" [dependencies.clibri] version = "0.1.7" [dependencies.futures] version = "0.3.18" [dependencies.hyper] version = "0.14.15" features = ["full"] [dependencies.log] version = "0.4.14" [dependencies.log4rs] version = "1.0.0" [dependencies.thiserror] version = "1.0.30" [dependencies.tokio] version = "1.14.0" features = ["full"] [dependencies.tokio-tungstenite] version = "0.16.0" [dependencies.tokio-util] version = "0.6.9" [dependencies.uuid] version = "0.8.2" features = ["v4"]