wearte_config 0.0.2

Config file parser of wearte
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]
edition = "2018"
name = "wearte_config"
version = "0.0.2"
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>", "Daniel Griffen <daniel@griffen.io>"]
description = "Config file parser of wearte"
homepage = "https://github.com/dgriffen/wearte"
documentation = "https://docs.rs/wearte_config"
readme = "../README.md"
keywords = ["markup", "template", "handlebars", "html", "handlebars_config"]
categories = ["template-engine"]
license = "MIT/Apache-2.0"
repository = "https://github.com/dgriffen/wearte"
[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.toml]
version = "0.4"
[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
repository = "dgriffen/wearte"