# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "adsbx_json" version = "21.0.0" authors = ["John Wiseman "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library for parsing the ADS-B Exchange API JSON." readme = "README.md" keywords = [ "adsbx", "ADS-B", "adsbexchange", "planetracking", "aviation", ] categories = [] license = "MIT" repository = "https://gitlab.com/jjwiseman/adsbx_json" [lib] name = "adsbx_json" path = "src/lib.rs" [[example]] name = "fetch" path = "examples/fetch.rs" [[test]] name = "integration_test" path = "tests/integration_test.rs" [[bench]] name = "parser" path = "benches/parser.rs" harness = false [dependencies.chrono] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_with] version = "3" features = ["chrono"] [dev-dependencies.criterion] version = "0.3" [dev-dependencies.rand] version = "0.8" [dev-dependencies.reqwest] version = "0.11.2" features = [ "blocking", "gzip", "json", ] [dev-dependencies.structopt] version = "0.3"