[package] name = "rnx2cggtts" version = "1.0.2" license = "MIT OR Apache-2.0" authors = ["Guillaume W. Bres "] description = "CGGTTS data generation from RINEX" homepage = "https://github.com/georust/rinex" repository = "https://github.com/georust/rinex" keywords = ["rinex", "timing", "gps"] categories = ["science", "science::geo", "command-line-interface", "command-line-utilities"] edition = "2021" readme = "README.md" [dependencies] log = "0.4" chrono = "0.4" thiserror = "1" walkdir = "2.4.0" serde_json = "1" # statrs = "0.16" map_3d = "0.1.5" env_logger = "0.10" gnss-rs = { version = "2.1.2" , features = ["serde"] } clap = { version = "4.4.10", features = ["derive", "color"] } serde = { version = "1.0", default-features = false, features = ["derive"] } rinex = { path = "../rinex", version = "=0.15.2", features = ["full"] } # cggtts cggtts = { version = "4.1.1", features = ["serde", "scheduler"] } # cggtts = { git = "https://github.com/gwbres/cggtts", branch = "develop", features = ["serde", "scheduler"] } # cggtts = { path = "../../cggtts/cggtts", features = ["serde", "scheduler"] } # solver gnss-rtk = { version = "0.4.1", features = ["serde"] } # gnss-rtk = { git = "https://github.com/rtk-rs/gnss-rtk", branch = "develop", features = ["serde"] } # gnss-rtk = { path = "../../rtk-rs/gnss-rtk", features = ["serde"] }