[package]
edition = "2021"
rust-version = "1.75.0"
name = "nexrad-process"
version = "1.0.0-rc.1"
authors = ["Daniel Way <contact@danieldway.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Processing algorithms for NEXRAD weather radar data."
readme = "README.md"
keywords = [
"nexrad",
"radar",
"weather",
"meteorology",
"noaa",
]
categories = [
"science",
"algorithms",
]
license = "MIT"
repository = "https://github.com/danielway/nexrad"
[lib]
name = "nexrad_process"
path = "src/lib.rs"
[dependencies.nexrad-model]
version = "1.0.0-rc.2"
[dependencies.thiserror]
version = "2.0.16"
[dev-dependencies.nexrad-data]
version = "1.0.0-rc.4"
[dev-dependencies.nexrad-decode]
version = "1.0.0-rc.3"