sounding-analysis 0.20.0

Types and functions for working with weather soundings.
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-analysis"
version = "0.20.0"
authors = ["Ryan <rnleach@users.noreply.github.com>"]
build = false
exclude = [
    "**/*.rs.bk",
    ".gitignore",
    ".vscode/**/*",
    "*.sublime*",
    "tags",
    "*.vim",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Types and functions for working with weather soundings."
readme = "README.md"
keywords = [
    "weather",
    "sounding",
    "meteorology",
    "skew-t",
]
categories = ["science"]
license-file = "LICENSE"
repository = "https://github.com/rnleach/sounding-analysis.git"

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

[[test]]
name = "check_test_data"
path = "tests/check_test_data.rs"

[[test]]
name = "test_soundings"
path = "tests/test_soundings.rs"

[[bench]]
name = "indexes"
path = "benches/indexes.rs"
harness = false

[[bench]]
name = "layers"
path = "benches/layers.rs"
harness = false

[[bench]]
name = "levels"
path = "benches/levels.rs"
harness = false

[[bench]]
name = "parcel"
path = "benches/parcel.rs"
harness = false

[[bench]]
name = "parcel_profile"
path = "benches/parcel_profile.rs"
harness = false

[[bench]]
name = "profile"
path = "benches/profile.rs"
harness = false

[[bench]]
name = "utils"
path = "benches/utils.rs"

[[bench]]
name = "wind"
path = "benches/wind.rs"
harness = false

[dependencies.chrono]
version = "^0.4"

[dependencies.itertools]
version = "^0.14.0"

[dependencies.metfor]
version = "^0.10.0"
features = ["use_optional"]

[dependencies.optional]
version = "^0.5.0"

[dependencies.strum]
version = "0.27.0"

[dependencies.strum_macros]
version = "0.27.0"

[dev-dependencies.criterion]
version = "0.7"
features = ["html_reports"]