[package]
edition = "2024"
name = "sounding-bufkit"
version = "0.19.0"
authors = ["Ryan <rnleach@users.noreply.github.com>"]
build = false
exclude = [
"**/*.rs.bk",
".gitignore",
".vscode/**/*",
"tests/**/*",
"tags",
"example_data/**/*",
"bufkit_parameters.txt",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library to parse and load Bufkit sounding files."
readme = "README.md"
keywords = [
"weather",
"sounding",
"meteorology",
"skew-t",
"Bufkit",
]
categories = ["science"]
license-file = "LICENSE"
repository = "https://github.com/rnleach/sounding-bufkit.git"
[lib]
name = "sounding_bufkit"
path = "src/lib.rs"
[dependencies.chrono]
version = "^0.4"
[dependencies.metfor]
version = "^0.10.0"
[dependencies.optional]
version = "^0.5.0"
[dependencies.sounding-analysis]
version = "^0.20"