# 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 = "2018" name = "cggtts" version = "4.1.4" authors = ["Guillaume W. Bres "] description = "Package to analyze and create CGGTTS data" homepage = "https://github.com/gwbres/cggtts" readme = "README.md" keywords = [ "positionning", "bipm", "gnss", "timing", "satellites", ] categories = [ "science", "parsing", ] license = "MIT OR Apache-2.0" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docrs", "--generate-link-to-definition", ] [dependencies.gnss-rs] version = "2.1.2" features = ["serde"] [dependencies.hifitime] version = "3.9.0" features = [ "serde", "std", ] [dependencies.itertools] version = "0.11.0" [dependencies.polyfit-rs] version = "0.2.1" optional = true [dependencies.scan_fmt] version = "0.1" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.strum] version = "0.23.0" [dependencies.strum_macros] version = "0.23.0" [dependencies.thiserror] version = "1" [dev-dependencies.rand] version = "0.8.4" [features] default = [] scheduler = ["polyfit-rs"]