nexrad-process 1.0.0-rc.1

Processing algorithms for NEXRAD weather radar data.
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 = "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"