gsof_protocol 0.1.0

Software to collect data generated by sources who provide GSOF messages (Trimble)
Documentation
[package]
name = "gsof_protocol"
version = "0.1.0"
edition = "2021"
license = "MIT"
authors = ["David Pineda <dpineda@uchile.cl>"]
description = "Software to collect data generated by sources who provide GSOF messages (Trimble)"


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
structure = "0.1.2"
chrono = {version = "0.4.19", features = ["serde", "rustc-serialize"]}
rand = "0.8.4"
seek_bufread = "1.2.2"
serde = {version = "1.0", features = ["derive"]}
serde_json = "1.0"
tokio = {version = "1.9.0", features = ["full"]}
async-trait = "0.1.51"
packed_struct = "0.10.0"
tuple-conv = "1.0.1"
reduce = "0.1.4"
futures = "0.3.17"
tracing = "0.1.29"
tracing-subscriber = "0.3.0"
clap = "2.33.3"

[dependencies.serde_with]
version = "1.11.0"
features = [ "chrono", "guide", "json", "macros", "hex", "base64" ]

[[bin]]
name = "read_protocol"
path = "src/commands/read_protocol.rs"

[[bin]]
name = "read_stream"
path = "src/commands/read_stream.rs"

[[bin]]
name = "read_socket"
path = "src/commands/read_socket.rs"