sounding-bufkit 0.19.0

Library to parse and load Bufkit sounding files.
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 = "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"