adsbx_json 2.0.0

Library for parsing the ADS-B Exchange API JSON.
Documentation
[[bench]]
harness = false
name = "parser"
[dependencies.chrono]
version = "0.4"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_with]
features = ["chrono"]
version = "1.6.4"
[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.rand]
version = "0.8"

[dev-dependencies.reqwest]
features = ["blocking", "gzip", "json"]
version = "0.10.7"

[package]
authors = ["John Wiseman <jjwiseman@gmail.com>"]
categories = []
description = "Library for parsing the ADS-B Exchange API JSON."
edition = "2018"
keywords = ["adsbx", "ADS-B", "adsbexchange", "planetracking", "aviation"]
license = "MIT"
name = "adsbx_json"
readme = "readme.md"
repository = "https://gitlab.com/jjwiseman/adsbx_json"
version = "2.0.0"