gpsd_client 0.1.5

Simple gpsd client that get the information from a gps device.
Documentation
[dependencies.chrono]
features = []
version = "0.4.31"

[dependencies.chrono-tz]
features = []
version = "0.8.5"

[dependencies.round]
features = []
version = "0.1.2"

[dependencies.serde_json]
features = []
version = "1.0.111"

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

[profile.dev]
opt-level = 0

[profile.release]
opt-level = 3