[package] name = "adsbx_json" description = "Library for parsing the ADS-B Exchange API JSON." version = "21.0.0" authors = ["John Wiseman "] repository = "https://gitlab.com/jjwiseman/adsbx_json" readme = "README.md" license = "MIT" keywords = ["adsbx", "ADS-B", "adsbexchange", "planetracking", "aviation"] categories = [] edition = "2021" # members = ["examples/*"] [[bench]] name = "parser" harness = false [dependencies] chrono = "0.4" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde_with = { version = "3", features = ["chrono"] } [dev-dependencies] criterion = "0.3" reqwest = { version = "0.11.2", features = ["blocking", "gzip", "json"] } rand = "0.8" structopt = "0.3"