# 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 = "aeroweb" version = "0.2.2" authors = ["Adrian Tombu "] build = false include = [ "/src", "LICENSE.md", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A library to retrieve data from Meteo France's aeronautical meteorologic services" readme = "README.md" keywords = [ "meteo", "meteorology", "aeronautics", "aviation", "metar", ] categories = [ "aerospace", "science::geo", "web-programming", ] license = "GPL-3.0" repository = "https://github.com/adriantombu/aeroweb" [lib] name = "aeroweb" path = "src/lib.rs" [dependencies.quick-xml] version = "0.36" features = ["serialize"] [dependencies.reqwest] version = "0.12" features = [ "http2", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.strum] version = "0.26" features = ["derive"] [dependencies.thiserror] version = "1.0.61"