bufkit-data 0.3.1

A crate to manage an archive of bufkit 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 = "bufkit-data"
version = "0.3.1"
authors = ["Ryan Leach <clumsycodemonkey@gmail.com>"]
description = "A crate to manage an archive of bufkit files."
readme = "README.md"
keywords = ["meteorology", "weather", "sounding"]
categories = ["science"]
license = "MIT"
repository = "https://github.com/rnleach/bufkit-data.git"
[profile.release]
lto = true
panic = "abort"
[dependencies.chrono]
version = "0.4.2"

[dependencies.failure]
version = "0.1.1"

[dependencies.flate2]
version = "1.0"
features = ["rust_backend"]
default-features = false

[dependencies.rusqlite]
version = "0.14.0"
features = ["bundled", "chrono"]
default-features = false

[dependencies.sounding-analysis]
version = "0.8.1"

[dependencies.sounding-bufkit]
version = "0.8.1"

[dependencies.strum]
version = "0.11"

[dependencies.strum_macros]
version = "0.11"
[dev-dependencies.tempdir]
version = "0.3"
[badges.appveyor]
branch = "master"
repository = "rnleach/bufkit-data"
service = "github"

[badges.travis-ci]
branch = "master"
repository = "rnleach/bufkit-data"