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