[package]
edition = "2021"
rust-version = "1.77"
name = "grib-core"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared GRIB data model, primitives, and code tables"
homepage = "https://github.com/roteiro-gis/grib-rust"
documentation = "https://docs.rs/grib-core"
readme = false
keywords = [
"grib",
"grib2",
"weather",
"climate",
]
categories = [
"science",
"encoding",
"parser-implementations",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/roteiro-gis/grib-rust"
[lib]
name = "grib_core"
path = "src/lib.rs"
[dependencies.thiserror]
version = "2"