# 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 = "rust_flightweather" version = "2.0.1" authors = ["Lucas Greuloch (greluc) "] build = false exclude = [ ".gitlab/*", "config/*", "data/*", "res/*", "test/*", "docs/*", ".gitlab-ci.yml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Decodes METAR and TAF" homepage = "https://gitlab.com/flightsimtools/r-fst/r-fw" readme = "README.md" keywords = [ "metar", "taf", "flightsimulator", "flightsimulation", "flightweather", ] categories = [ "data-structures", "game-development", ] license = "MIT" repository = "https://gitlab.com/flightsimtools/r-fst/r-fw" [profile.release] opt-level = 3 lto = true codegen-units = 1 incremental = true strip = "symbols" [lib] name = "rust_flightweather" crate-type = ["dylib"] path = "src/lib.rs" [dependencies.pest] version = "2.7.11" [dependencies.pest_derive] version = "2.7.11" [dev-dependencies.reqwest] version = "0.12.7" features = ["blocking"]