[package] name = "clibri_transport_server" version = "0.1.8" authors = ["DmitryAstafyev "] edition = "2018" description = "Based on websocket protocol server. Used for clibri project" repository = "https://github.com/DmitryAstafyev/clibri.transport.rust.server" 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" bytes = "1.1.0" uuid = { version = "0.8.2", features = ["v4"] } 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" async-trait = "0.1.51" hyper = { version = "0.14.15", features = ["full"] }