# 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 = "rnx2cggtts" version = "1.0.2" authors = ["Guillaume W. Bres "] description = "CGGTTS data generation from RINEX" homepage = "https://github.com/georust/rinex" readme = "README.md" keywords = [ "rinex", "timing", "gps", ] categories = [ "science", "science::geo", "command-line-interface", "command-line-utilities", ] license = "MIT OR Apache-2.0" repository = "https://github.com/georust/rinex" [dependencies.cggtts] version = "4.1.1" features = [ "serde", "scheduler", ] [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.4.10" features = [ "derive", "color", ] [dependencies.env_logger] version = "0.10" [dependencies.gnss-rs] version = "2.1.2" features = ["serde"] [dependencies.gnss-rtk] version = "0.4.1" features = ["serde"] [dependencies.log] version = "0.4" [dependencies.map_3d] version = "0.1.5" [dependencies.rinex] version = "=0.15.2" features = ["full"] [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.walkdir] version = "2.4.0"