# 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 = "ourairports" version = "0.1.0" description = "Rust interface for handling OurAirports data" homepage = "https://github.com/megascrapper/ourairports_api/tree/master/ourairports" keywords = ["ourairports", "aviation-data", "airport-data", "open-data"] categories = ["aerospace"] license = "MIT OR Apache-2.0" repository = "https://github.com/megascrapper/ourairports_api" [dependencies.csv] version = "1.1" [dependencies.env_logger] version = "0.9" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.11" features = ["blocking"] [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1"