# 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 = "grib-cli" version = "0.10.2" authors = ["Noritada Kobayashi "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ CLI application for processing GRIB format data, built on the top of the library `grib` """ homepage = "https://github.com/noritada/grib-rs" readme = "README.md" keywords = [ "GRIB", "weather", "meteorology", ] categories = ["science"] license = "MIT OR Apache-2.0" repository = "https://github.com/noritada/grib-rs" [[bin]] name = "gribber" path = "src/main.rs" [[test]] name = "cli" path = "tests/cli/main.rs" [dependencies.anyhow] version = "1" [dependencies.chrono] version = "0.4.23" [dependencies.clap] version = "4.1" [dependencies.clap_complete] version = "4" [dependencies.console] version = "0.15" [dependencies.once_cell] version = "1.13" [dependencies.regex] version = "1.6" [dev-dependencies.assert_cmd] version = "2" [dev-dependencies.flate2] version = "1.0" [dev-dependencies.predicates] version = "3" [dev-dependencies.tempfile] version = "3" [dev-dependencies.xz2] version = "0.1" [target."cfg(not(unix))".dependencies.grib] version = "=0.10.2" [target."cfg(unix)".dependencies.grib] version = "=0.10.2" features = ["gridpoints-proj"] [target."cfg(unix)".dependencies.pager] version = "0.16" [target."cfg(unix)".dependencies.which] version = "4"