nexrad-data 0.1.0

Models and functions for accessing NEXRAD data from public sources.
Documentation
[dependencies.bincode]
optional = true
version = "1.3"

[dependencies.bzip2]
optional = true
version = "0.4"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
features = ["derive"]
version = "4.5"

[dependencies.log]
version = "0.4"

[dependencies.nexrad-decode]
optional = true
version = "0.1.0-rc3"

[dependencies.nexrad-model]
optional = true
version = "0.1.0-rc3"

[dependencies.reqwest]
optional = true
version = "0.12"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
optional = true
version = "1"

[dependencies.xml]
optional = true
version = "0.8"

[dev-dependencies.env_logger]
version = "0.11"

[dev-dependencies.tokio]
features = ["full"]
version = "1"

[[example]]
name = "archive"
path = "examples/archive.rs"

[[example]]
name = "realtime"
path = "examples/realtime.rs"

[features]
aws = ["reqwest", "xml", "tokio"]
decode = ["nexrad-decode", "bzip2", "serde", "bincode"]
default = ["aws", "decode", "nexrad-model"]

[lib]
name = "nexrad_data"
path = "src/lib.rs"

[package]
authors = ["Daniel Way <contact@danieldway.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Models and functions for accessing NEXRAD data from public sources."
edition = "2021"
license = "MIT"
name = "nexrad-data"
readme = "README.md"
repository = "https://github.com/danielway/nexrad/nexrad-data"
version = "0.1.0"