cot-proto 0.5.1

Cursor on Target (CoT) protocol (de)serialization / parsing
Documentation
[dependencies.chrono]
default-features = false
features = ["std", "now"]
version = "0.4.38"

[dependencies.quick-xml]
features = ["serialize"]
version = "0.37.0"

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

[dependencies.thiserror]
version = "1.0.68"

[dependencies.uuid]
features = ["v4"]
version = "1.11.0"

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

[features]
default = ["tak"]
tak = []
test-default = ["tak"]

[lib]
name = "cot_proto"
path = "src/lib.rs"

[package]
authors = ["Aaron Fabbri"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["network-programming"]
description = "Cursor on Target (CoT) protocol (de)serialization / parsing"
documentation = "https://docs.rs/cot-proto"
edition = "2021"
keywords = ["cot", "protocol", "cursor_on_target"]
license = "Apache-2.0"
name = "cot-proto"
readme = "README.md"
repository = "https://github.com/ajfabbri/cot-proto"
rust-version = "1.74"
version = "0.5.1"