gpsd_client 0.1.5

Simple gpsd client that get the information from a gps device.
Documentation
[package]
name = "gpsd_client"
version = "0.1.5"
edition = "2021"
authors = ["Paul Millo"]
description = "Simple gpsd client that get the information from a gps device."
keywords = ["gpsd", "client"]
readme = "README.md"
license = "MIT"
documentation = "https://docs.rs/gpsd_client"

[profile.dev]
opt-level = 0

[profile.release]
opt-level = 3

[dependencies]
serde_json = { version = "1.0.111", features = [] }
chrono = { version = "0.4.31", features = [] }
chrono-tz = { version = "0.8.5", features = [] }
round = { version = "0.1.2", features = [] }