[dependencies.chrono]
version = "^0.4"
[dependencies.metfor]
features = ["use_optional"]
version = "^0.7"
[dependencies.optional]
version = "^0.5.0"
[package]
authors = ["Ryan Leach <clumsycodemonkey@gmail.com>"]
categories = ["science"]
description = """
Data formats and algorithms for atmospheric soundings. The base crate is meant to
be a common base for other crates to build on. These crates may be for managing a
data-store, displaying data, or saving and loading files."""
edition = "2018"
exclude = ["**/*.rs.bk", ".gitignore", ".vscode/**/*"]
keywords = ["weather", "sounding", "meteorology", "skew-t"]
license-file = "LICENSE"
name = "sounding-base"
readme = "README.md"
repository = "https://github.com/rnleach/sounding-base.git"
version = "0.11.1"