[package] name = "clibri_transport_client" version = "0.1.9" authors = ["DmitryAstafyev "] edition = "2018" description = "Based on websocket protocol client. Used for clibri project" repository = "https://github.com/DmitryAstafyev/clibri.transport.rust.client" license = "Apache-2.0" license-file = "LICENSE" homepage = "https://github.com/DmitryAstafyev/clibri" readme = "README.md" keywords = ["websocket", "clibri", "protocol"] categories = ["network-programming"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clibri = "0.1.7" tokio = { version = "1.14.0", features = ["full"] } tokio-tungstenite = "0.16.0" futures = "0.3.18" thiserror = "1.0.30" log = "0.4.14" log4rs = "1.0.0" tokio-util = "0.6.9" hyper = { version = "0.14.15", features = ["full"] } uuid = { version = "0.8.2", features = ["v4"] } async-trait = "0.1.51"