# 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" rust-version = "1.64" name = "rinex-qc" version = "0.2.0-alpha-1" authors = ["Guillaume W. Bres "] description = "RINEX and more broadly, GNSS data processing" homepage = "https://github.com/georust/rinex" readme = "README.md" keywords = [ "rinex", "gnss", "gps", "glonass", "galileo", ] categories = [ "science", "science::geo", "parsing", ] license = "MIT OR Apache-2.0" repository = "https://github.com/georust/rinex" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docrs", "--generate-link-to-definition", ] [dependencies.anise] version = "=0.4.2" features = ["embed_ephem"] [dependencies.gnss-rs] version = "2.2.3" features = ["serde"] [dependencies.hifitime] version = "4.0.0-alpha" [dependencies.itertools] version = "0.13.0" [dependencies.log] version = "0.4" [dependencies.map_3d] version = "0.1.5" [dependencies.maud] version = "0.26" [dependencies.plotly] version = "0.9" [dependencies.rinex] version = "=0.17.0-alpha-1" features = ["full"] [dependencies.rinex-qc-traits] version = "=0.2.0" features = ["processing"] [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.sp3] version = "=1.1.0-alpha-1" features = [ "qc", "processing", "serde", ] optional = true [dependencies.statrs] version = "0.16" optional = true [dependencies.strum] version = "0.26" [dependencies.strum_macros] version = "0.26" [dependencies.thiserror] version = "1" [dev-dependencies.serde_json] version = "1" [features] default = [] sp3 = ["dep:sp3"]