# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.74" name = "cot-proto" version = "0.3.7" authors = ["Aaron Fabbri"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Cursor on Target (CoT) protocol (de)serialization / parsing" documentation = "https://docs.rs/cot-proto" readme = "README.md" keywords = [ "cot", "protocol", "cursor_on_target", ] categories = ["network-programming"] license = "Apache-2.0" repository = "https://github.com/ajfabbri/cot-proto" [lib] name = "cot_proto" path = "src/lib.rs" [dependencies.chrono] version = "0.4.38" features = [ "std", "now", ] default-features = false [dependencies.quick-xml] version = "0.37.0" features = ["serialize"] [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.thiserror] version = "1.0.68" [dependencies.uuid] version = "1.11.0" features = ["v4"] [dev-dependencies.serde_json] version = "1.0.132" [features] default = ["tak"] tak = [] test-default = ["tak"]