# 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 = "rinex-qc-traits" version = "0.2.0" authors = ["Guillaume W. Bres "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "RINEX quality analysis specific traits" homepage = "https://github.com/georust/rinex" readme = "README.md" keywords = [ "rinex", "timing", "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", ] [lib] name = "rinex_qc_traits" path = "src/lib.rs" [dependencies.gnss-rs] version = "2.2.3" features = [ "serde", "domes", "cospar", ] optional = true [dependencies.hifitime] version = "4.0.0-alpha" optional = true [dependencies.thiserror] version = "1" [features] default = [] processing = [ "dep:gnss-rs", "dep:hifitime", ]