sounding-base 0.3.0

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.
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "sounding-base"
version = "0.3.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.2.0"

[dependencies.smallvec]
version = "0.6.0"