# 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" name = "cot_publisher" version = "1.0.0-rc.1" authors = ["Martyn Pittuck-Schols "] description = """ Cursor On Target (COT) Publisher for multicast or TakServer Data Stream """ homepage = "https://github.com/martynp/cot_publisher" documentation = "https://github.com/martynp/cot_publisher" readme = "readme.md" license = "MIT" repository = "https://github.com/martynp/cot_publisher" [dependencies.bytes] version = "1.4" [dependencies.chrono] version = "0.4" [dependencies.log] version = "0.4" [dependencies.openssl] version = "0.10" [dependencies.prost] version = "0.11" [dependencies.varint-rs] version = "2.2" [build-dependencies.prost-build] version = "0.11"