bufkit-data 0.7.2

A crate to manage an archive of bufkit files.
Documentation
[package]
name = "bufkit-data"
version = "0.7.2"
authors = ["Ryan Leach <clumsycodemonkey@gmail.com>"]
description = "A crate to manage an archive of bufkit files."
repository = "https://github.com/rnleach/bufkit-data.git"
readme = "README.md"
keywords = ["meteorology", "weather", "sounding"]
categories = ["science"]
license = "MIT"

[badges]
appveyor = { repository = "rnleach/bufkit-data", branch = "master", service = "github" }
travis-ci = { repository = "rnleach/bufkit-data", branch = "master" }

[dependencies]
chrono = "0.4.2"
flate2 = {version = "1.0", features = ["rust_backend"], default-features = false }
rusqlite = { version = "0.16", features = ["bundled", "chrono"], default-features = false }
sounding-analysis = "0.10"
sounding-bufkit = "0.10"
strum = "0.13"
strum_macros = "0.13"

[dev-dependencies]
tempdir = "0.3"

[profile.release]
lto = true
panic = 'abort'