# 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] edition = "2018" name = "sounding-base" version = "0.11.1" authors = ["Ryan Leach "] 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"