# 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 = "sp3" version = "1.1.0-alpha-1" authors = ["Guillaume W. Bres "] description = "IGS SP3 file parser" homepage = "https://github.com/georust/rinex" documentation = "https://docs.rs/sp3/" readme = "README.md" keywords = [ "gnss", "timing", "igs", ] 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.flate2] version = "1.0.24" features = ["zlib"] optional = true default-features = false [dependencies.gnss-rs] version = "2.2.3" features = ["serde"] [dependencies.hifitime] version = "4.0.0-alpha" [dependencies.itertools] version = "0.13.0" [dependencies.map_3d] version = "0.1.5" [dependencies.rinex-qc-traits] version = "=0.2" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true default-features = false [dependencies.thiserror] version = "1" [dev-dependencies] [build-dependencies] [features] default = [] processing = [ "qc", "rinex-qc-traits/processing", ] qc = ["rinex-qc-traits"]