config_struct 0.4.0

Create struct definitions from config files at build time.
Documentation
[badges.travis-ci]
branch = "master"
repository = "mistodon/config_struct"
[dependencies.failure]
version = "~0.1.1"

[dependencies.linear-map]
features = ["serde_impl"]
version = "~1.2.0"

[dependencies.quote]
version = "~1.0.2"

[dependencies.ron]
optional = true
version = "~0.3.0"

[dependencies.serde_json]
optional = true
version = "~1.0.24"

[dependencies.serde_yaml]
optional = true
version = "~0.7.5"

[dependencies.toml]
optional = true
version = "~0.4.6"

[features]
default = ["toml-parsing"]
json-parsing = ["serde_json"]
ron-parsing = ["ron"]
toml-parsing = ["toml"]
yaml-parsing = ["serde_yaml"]

[package]
authors = ["Claire Harris <wishing.engine@gmail.com>"]
categories = ["config", "parsing"]
description = "Create struct definitions from config files at build time."
edition = "2018"
homepage = "https://github.com/mistodon/config_struct"
keywords = ["build", "config", "parsing", "generator"]
license = "CC0-1.0"
name = "config_struct"
readme = "README.md"
repository = "https://github.com/mistodon/config_struct"
version = "0.4.0"
[package.metadata.docs.rs]
all-features = true