# 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 = "rweather-decoder" version = "0.2.2" authors = ["Filip Švábik "] exclude = ["/tests"] description = "Decoders of various weather reports" readme = "README.md" keywords = [ "weather", "metar", "speci", ] categories = [ "command-line-utilities", "parser-implementations", ] license = "MIT" repository = "https://github.com/meandair/rweather-decoder" [profile.release] lto = "fat" codegen-units = 1 debug = 0 [dependencies.anyhow] version = "1.0.69" [dependencies.chrono] version = "0.4.23" [dependencies.chronoutil] version = "0.2.3" [dependencies.encoding_rs] version = "0.8.32" [dependencies.encoding_rs_io] version = "0.1.7" [dependencies.env_logger] version = "0.10.0" [dependencies.glob] version = "0.3.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.regex] version = "1.7.1" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.93" [dependencies.structopt] version = "0.3.26" [dev-dependencies.tempfile] version = "3.5.0"