yarte_config 0.0.5

Config file parser of yarte
Documentation
[package]
name = "yarte_config"
version = "0.0.5"
authors = ["Rust-iendo Barcelona <riendocontributions@gmail.com>"]
description = "Config file parser of yarte"
categories = ["template-engine"]
documentation = "https://docs.rs/yarte_config"
edition = "2018"
homepage = "https://github.com/rust-iendo/yarte_config"
include = ["src/**/*", "Cargo.toml"]
keywords = ["markup", "template", "handlebars", "html", "handlebars_config"]
license = "MIT/Apache-2.0"
readme = "../README.md"
repository = "https://github.com/rust-iendo/yarte_config"
workspace = ".."

[badges]
travis-ci = { repository = "rust-iendo/yarte" }
maintenance = { status = "actively-developed" }

[dependencies]
serde = "1.0"
serde_derive = "1.0"
toml = "0.4"