adsbx_json 3.0.0

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

[[bench]]
name = "parser"
harness = false

[dependencies]
chrono = "0.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_with = { version = "1.6.4", features = ["chrono"] }

[dev-dependencies]
criterion = "0.3"
reqwest = { version = "0.10.7", features = ["blocking", "gzip", "json"] }
rand = "0.8"
structopt = "0.3"