# 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 = "gribberish" version = "0.20.2" authors = ["Matthew Iannucci "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Parse grib 2 files with Rust" readme = "README.md" keywords = [ "grib", "weather", "meteorology", "climate", "oceanography", ] categories = [ "science", "encoding", "compression", ] license = "MIT" repository = "https://github.com/mpiannucci/gribberish" [lib] name = "gribberish" path = "src/lib.rs" [[example]] name = "message_dump" path = "examples/message_dump.rs" [[example]] name = "split_messages" path = "examples/split_messages.rs" [[test]] name = "idx" path = "tests/idx.rs" [[test]] name = "read" path = "tests/read.rs" [dependencies.bitvec] version = "1.0.1" [dependencies.chrono] version = "0.4" [dependencies.gribberish-macros] version = "0.20.2" [dependencies.gribberish-types] version = "0.20.2" [dependencies.itertools] version = "0.10.5" [dependencies.mappers] version = "0.7.1" [dependencies.num] version = "0.2" default-features = false [dependencies.openjpeg-sys] version = "1.0.3" optional = true [dependencies.png] version = "0.17.2" optional = true [dependencies.thiserror] version = "1.0.60" [dev-dependencies.clap] version = "4.3.19" features = ["derive"] [features] default = [ "png", "jpeg", ] jpeg = ["dep:openjpeg-sys"] png = ["dep:png"]