# 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 = "gnss-rs" version = "2.2.4" authors = ["Guillaume W. Bres "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "GNSS constellations and space vehicles support" homepage = "https://github.com/rtk-rs/gnss" readme = "README.md" keywords = [ "gnss", "gps", "glonass", "galileo", ] categories = [ "science", "science::geo", ] license = "MPL-2.0" repository = "https://github.com/rtk-rs/gnss" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docrs", "--generate-link-to-definition", ] [lib] name = "gnss_rs" path = "src/lib.rs" [dependencies.geo] version = "0.28" optional = true [dependencies.hifitime] version = "4.0.0-alpha" [dependencies.lazy_static] version = "1.4" [dependencies.serde] version = "1.0" features = ["derive"] optional = true default-features = false [dependencies.thiserror] version = "1" [dependencies.wkt] version = "0.10.0" optional = true default-features = false [build-dependencies.serde] version = "1.0" features = ["derive"] default-features = false [build-dependencies.serde_json] version = "1.0" features = ["preserve_order"] [features] cospar = [] default = [] domes = [] full = [ "cospar", "domes", "sbas", ] sbas = [ "geo", "wkt", ]