# 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 = "gpsd_client" version = "0.1.6" authors = ["Paul Millo"] description = "Simple gpsd client that get the information from a gps device." documentation = "https://docs.rs/gpsd_client" readme = "README.md" keywords = [ "gpsd", "client", ] license = "MIT" [profile.dev] opt-level = 0 [profile.release] opt-level = 3 [dependencies.chrono] version = "0.4.31" features = [] [dependencies.chrono-tz] version = "0.8.5" features = [] [dependencies.round] version = "0.1.2" features = [] [dependencies.serde_json] version = "1.0.111" features = []