[package] name = "nexrad-decode" version = "0.1.0-rc3" description = "Decoding functions and models for NEXRAD weather radar data." authors = ["Daniel Way "] repository = "https://github.com/danielway/nexrad/nexrad-decode" license = "MIT" edition = "2021" [features] default = ["uom", "nexrad-model"] [dependencies] log = { workspace = true } thiserror = { workspace = true } bincode = { workspace = true } serde = { workspace = true } chrono = { workspace = true } nexrad-model = { workspace = true, optional = true } uom = { workspace = true, optional = true }