glimesh-protocol 0.9.0

Low level structures for interfacing with the glimesh api.
Documentation
[dependencies.bimap]
optional = true
version = "0.6"

[dependencies.chrono]
features = ["serde"]
optional = true
version = "0.4"

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

[dependencies.serde_json]
optional = true
version = "1"

[dependencies.serde_tuple]
optional = true
version = "0.5"

[dependencies.snafu]
optional = true
version = "0.7"

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
features = ["v4", "serde"]
optional = true
version = "1"

[features]
date = ["chrono"]
default = ["date", "socket"]
socket = ["serde_json", "bimap", "serde_tuple", "uuid", "snafu"]

[package]
authors = ["James Birtles <jamesb@airca.st>"]
categories = ["api-bindings"]
description = "Low level structures for interfacing with the glimesh api."
edition = "2021"
keywords = ["glimesh"]
license = "MIT OR Apache-2.0"
name = "glimesh-protocol"
repository = "https://github.com/AircastDev/glimesh-rs"
version = "0.9.0"