# 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" version = "0.10.2" authors = ["Noritada Kobayashi "] build = "build.rs" exclude = [ "/.github", "/testdata", ] autobins = false autoexamples = false autotests = false autobenches = false description = "GRIB format parser for Rust" 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" [profile.release] lto = true codegen-units = 1 strip = true [lib] name = "grib" path = "src/lib.rs" [[example]] name = "check_decoding_of_files" path = "examples/check_decoding_of_files.rs" [[example]] name = "decode_layer" path = "examples/decode_layer.rs" [[example]] name = "find_layers" path = "examples/find_layers.rs" [[example]] name = "list_layers" path = "examples/list_layers.rs" [dependencies.chrono] version = "0.4.23" [dependencies.num] version = "0.4" [dependencies.num_enum] version = "0.7" [dependencies.png] version = "0.17" [dependencies.proj] version = "0.27" optional = true [dev-dependencies.flate2] version = "1.0" [dev-dependencies.tempfile] version = "3" [dev-dependencies.xz2] version = "0.1" [build-dependencies.grib-build] version = "0.4.3" [features] gridpoints-proj = ["dep:proj"] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.openjpeg-sys] version = "1.0.5"