grib 0.13.7

GRIB format parser for Rust
Documentation
# 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 = "2024"
name = "grib"
version = "0.13.7"
authors = ["Noritada Kobayashi <noritada.kobayashi@gmail.com>"]
build = "build/main.rs"
exclude = [
    "/.github",
    "/testdata",
]
autolib = false
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"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
ccsds-unpack-with-libaec = ["dep:libaec-sys"]
default = [
    "jpeg2000-unpack-with-openjpeg",
    "png-unpack-with-png-crate",
    "ccsds-unpack-with-libaec",
    "gridpoints-proj",
]
gridpoints-proj = ["dep:proj"]
jpeg2000-unpack-with-openjpeg = ["dep:openjpeg-sys"]
jpeg2000-unpack-with-openjpeg-experimental = ["jpeg2000-unpack-with-openjpeg"]
png-unpack-with-png-crate = ["dep:png"]
time-calculation = ["dep:chrono"]

[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.34"
optional = true

[dependencies.grib-template-derive]
version = "0.1.2"

[dependencies.grib-template-helpers]
version = "0.1.1"

[dependencies.libaec-sys]
version = "0.1.1"
optional = true

[dependencies.num]
version = "0.4"

[dependencies.num_enum]
version = "0.7"

[dependencies.openjpeg-sys]
version = "1.0.5"
optional = true

[dependencies.png]
version = "0.18"
optional = true

[dependencies.proj]
version = "0.31"
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.4"

[build-dependencies.toml_edit]
version = "0.25"

[profile.release]
lto = true
codegen-units = 1
strip = true