# 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 = "gsof_protocol" version = "0.1.23" authors = ["David Pineda "] description = "Software to collect data generated by sources who provide GSOF messages (Trimble)" readme = "README.md" keywords = [ "networking", "protocol", "gnss", "geodesic", ] license = "MIT" repository = "https://gitlab.com/pineiden/gsof-trimble-rust" [[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" [dependencies.async-trait] version = "0.1.51" [dependencies.chrono] version = "0.4.19" features = [ "serde", "rustc-serialize", ] [dependencies.clap] version = "3.2.15" features = ["derive"] [dependencies.futures] version = "0.3.17" [dependencies.moebius-tools] version = "0.1.1" [dependencies.packed_struct] version = "0.10.0" [dependencies.rand] version = "0.8.4" [dependencies.seek_bufread] version = "1.2.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_with] version = "1.11.0" features = [ "chrono", "guide", "json", "macros", "hex", "base64", ] [dependencies.structure] version = "0.1.2" [dependencies.tokio] version = "1.9.0" features = ["full"] [dependencies.tracing] version = "0.1.29" [dependencies.tracing-subscriber] version = "0.3.0"