quire 0.4.1

A YAML-based configuration parsing library
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 = "quire"
version = "0.4.1"
authors = ["paul@colomiets.name"]
description = "A YAML-based configuration parsing library"
homepage = "http://github.com/tailhook/rust-quire"
readme = "README.md"
keywords = ["config", "yaml", "parser"]
categories = ["config"]
license = "MIT/Apache-2.0"
[dependencies.humannum]
version = "0.1.0"

[dependencies.num-traits]
version = "0.2.5"

[dependencies.quick-error]
version = "1.2.0"

[dependencies.serde]
version = "1.0.10"
[dev-dependencies.serde-humantime]
version = "0.1.1"

[dev-dependencies.serde-transcode]
version = "1.0.0"

[dev-dependencies.serde_derive]
version = "1.0.10"

[dev-dependencies.serde_json]
version = "1.0.2"