# 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-rtk" version = "0.7.4" authors = ["Guillaume W. Bres "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "GNSS position solver" homepage = "https://github.com/rtk-rs/gnss-rtk" readme = "README.md" keywords = [ "timing", "positioning", "gps", "glonass", "galileo", ] categories = [ "science", "science::geo", ] license = "MPL-2.0" repository = "https://github.com/rtk-rs/gnss-rtk" [lib] name = "gnss_rtk" path = "src/lib.rs" [dependencies.anise] version = "=0.4.2" features = ["embed_ephem"] [dependencies.gnss-rs] version = "2.2.4" [dependencies.hifitime] version = "4.0.0-alpha" features = ["std"] [dependencies.itertools] version = "0.13.0" [dependencies.log] version = "0.4" [dependencies.nalgebra] version = "=0.32.3" [dependencies.nyx-space] version = "2.0.0-rc" [dependencies.polyfit-rs] version = "0.2" [dependencies.serde] version = "1.0" features = ["derive"] optional = true default-features = false [dependencies.thiserror] version = "1" [features] default = [] serde = [ "dep:serde", "gnss-rs/serde", "hifitime/serde", ]