# 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 = "rt-navi" version = "0.0.1" authors = ["Guillaume W. Bres "] description = "High precision navigation in real time" homepage = "https://github.com/rtk-rs/rt-navi" readme = "README.md" keywords = [ "navigation", "gps", "glonass", "galileo", "timing", ] categories = [ "science", "science::geo", "command-line-interface", "command-line-utilities", ] license = "MPL-2.0" repository = "https://github.com/rtk-rs/rt-navi" [dependencies.anise] version = "0.4.2" features = ["embed_ephem"] [dependencies.clap] version = "4.4.13" features = [ "derive", "color", ] [dependencies.env_logger] version = "0.11" [dependencies.gnss-rs] version = "2.2.1" features = ["serde"] [dependencies.gnss-rtk] version = "0.5.0" features = ["serde"] [dependencies.gpx] version = "0.10" optional = true [dependencies.hifitime] version = "4.0.0-alpha" features = [ "serde", "std", ] [dependencies.kml] version = "0.8" optional = true [dependencies.log] version = "0.4" [dependencies.serialport] version = "4.2.2" [dependencies.thiserror] version = "1" [dependencies.ublox] version = "0.4.5"