# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "weather-reports" version = "0.1.5" authors = ["Sameer Puri "] description = "A collection of weather report parsers" documentation = "https://docs.rs/weather-reports" readme = "README.md" keywords = ["weather", "metar", "taf", "speci"] categories = ["parsing"] license = "MIT OR Apache-2.0" repository = "https://github.com/sameer/weather-reports" [dependencies.chrono] version = "0.4" optional = true [dependencies.chrono-tz] version = "0.5" optional = true [dependencies.codespan] version = "0.11" optional = true [dependencies.codespan-reporting] version = "0.11" optional = true [dependencies.peg] version = "0.7" [dependencies.uom] version = "0.31" [dev-dependencies.reqwest] version = "0.11" features = ["blocking"] [dev-dependencies.tar] version = "0.4" [dev-dependencies.zstd] version = "0.9" [features] chrono_helpers = ["chrono", "chrono-tz"] codespan_helpers = ["codespan", "codespan-reporting"] default = ["codespan_helpers", "chrono_helpers"] trace = ["peg/trace"]