quickcfg 0.2.0

Do basic configuration of a system, declaratively and quickly.
[package]
name = "quickcfg"
version = "0.2.0"
authors = ["John-John Tedro <udoprog@tedro.se>"]
license = "MIT/Apache-2.0"
categories = ["command-line-utilities"]
documentation = "https://docs.rs/udoprog/quickcfg"
homepage = "https://github.com/udoprog/quickcfg"
repository = "https://github.com/udoprog/quickcfg"
readme = "README.md"
edition = "2018"

description = """
Do basic configuration of a system, declaratively and quickly.
"""

[badges]
travis-ci = { repository = "udoprog/quickcfg" }

[dependencies]
serde = "1"
serde_derive = "1"
serde_yaml = "0.8"
failure = "0.1.3"
relative-path = {version = "0.4", features = ["serde"]}
clap = "2.32"
rayon = "1"
ignore = "0.4"
log = "0.4"
pretty_env_logger = "0.2"
handlebars = "1.1"
directories = "1"
fxhash = "0.2"
humantime = "1.1"
reqwest = "0.9"