configure_me 0.3.0

A library for processing application configuration easily.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "configure_me"
version = "0.3.0"
authors = ["Martin Habovstiak <martin.habovstiak@gmail.com>"]
description = "A library for processing application configuration easily."
homepage = "https://github.com/Kixunil/configure_me"
repository = "https://github.com/Kixunil/configure_me"
readme = "README.md"
keywords = ["configuration", "arguments", "environment", "codegen"]
categories = ["command-line-interface", "config", "encoding"]
license = "MITNFA"
maintenance = { status = "actively-maintained" }

[dependencies]
serde = "1"
serde_derive = "1"
toml = "0.4.8"
parse_arg = "0.1"