curlyconf 0.1.0

Configuration file parser
Documentation
[dependencies.glob]
version = "0.3.0"

[dependencies.log]
version = "0.4.8"

[dependencies.once_cell]
version = "1.4.0"

[dependencies.regex]
version = "1.3.9"

[dependencies.serde]
features = ["derive"]
version = "1.0.114"

[dev-dependencies.env_logger]
version = "0.7.1"

[dev-dependencies.ipnet]
features = ["serde"]
version = "2.3.0"

[dev-dependencies.linked-hash-map]
features = ["serde_impl"]
version = "0.5.3"

[lib]
name = "curlyconf"
path = "src/lib.rs"

[package]
authors = ["Miquel van Smoorenburg <mike@langeraar.net>"]
categories = ["config", "encoding", "parser-implementations"]
description = "Configuration file parser"
documentation = "https://docs.rs/curlyconf"
edition = "2018"
homepage = "https://github.com/miquels/curlyconf-rs"
keywords = ["configuration", "file", "config", "parser", "serde"]
license = "MIT OR Apache-2.0"
name = "curlyconf"
readme = "README.md"
repository = "https://github.com/miquels/curlyconf-rs"
version = "0.1.0"