# 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 = "rtcm-json" version = "0.10.0" authors = ["Martin HÃ¥kansson "] description = "JSON serialization/deserialization of RTCM v. 3" readme = "README.md" keywords = [ "rtcm", "serde", "json", "gnss", "serialization", ] categories = [ "encoding", "command-line-interface", "command-line-utilities", "parser-implementations", ] license = "MIT OR Apache-2.0" repository = "https://github.com/martinhakansson/rtcm-json.git" [dependencies.base64] version = "0.22.0" [dependencies.chrono] version = "0.4.35" [dependencies.circular] version = "0.3.0" [dependencies.clap] version = "4.5.3" features = ["derive"] [dependencies.rtcm-rs] version = "0.11.0" features = ["serde"] [dependencies.serde_json] version = "1.0.114" [dependencies.version] version = "3.0.0"