distant-protocol 0.20.0-alpha.13

Protocol library for distant, providing data structures used between the client and server
Documentation
[dependencies.bitflags]
version = "2.3.1"

[dependencies.const-str]
version = "0.5.6"

[dependencies.derive_more]
default-features = false
features = ["deref", "deref_mut", "display", "from", "error", "into", "into_iterator", "is_variant"]
version = "0.99.17"

[dependencies.regex]
version = "1.8.3"

[dependencies.semver]
features = ["serde"]
version = "1.0.17"

[dependencies.serde]
features = ["derive"]
version = "1.0.163"

[dependencies.serde_bytes]
version = "0.11.9"

[dependencies.strum]
features = ["derive"]
version = "0.24.1"
[dev-dependencies.rmp]
version = "0.8.11"

[dev-dependencies.rmp-serde]
version = "1.1.1"

[dev-dependencies.serde_json]
version = "1.0.96"

[features]
default = []
tests = []

[package]
authors = ["Chip Senkbeil <chip@senkbeil.org>"]
categories = ["data-structures"]
description = "Protocol library for distant, providing data structures used between the client and server"
edition = "2021"
homepage = "https://github.com/chipsenkbeil/distant"
keywords = ["protocol"]
license = "MIT OR Apache-2.0"
name = "distant-protocol"
readme = "README.md"
repository = "https://github.com/chipsenkbeil/distant"
version = "0.20.0-alpha.13"