[package]
edition = "2021"
name = "adapto_client_protocol"
version = "0.2.5"
authors = ["Saken Tukenov <saken@tukenov.kz>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WebSocket protocol types for Adapto client-server communication"
homepage = "https://github.com/stukenov/adapto-core"
readme = "README.md"
license = "MIT"
repository = "https://github.com/stukenov/adapto-core"
[lib]
name = "adapto_client_protocol"
path = "src/lib.rs"
[[test]]
name = "js_protocol_compat_test"
path = "tests/js_protocol_compat_test.rs"
[[test]]
name = "protocol_tests"
path = "tests/protocol_tests.rs"
[dependencies.chrono]
version = "0.4"
features = ["serde"]
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.thiserror]
version = "1"
[dependencies.uuid]
version = "1"
features = [
"v4",
"serde",
]
[dev-dependencies.insta]
version = "1"
features = ["yaml"]