[package]
edition = "2021"
name = "ferronconf"
version = "0.2.0"
authors = ["Dorian Niemiec <dorian@ferron.sh>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library for parsing `ferron.conf` configuration files — a domain-specific language for Ferron web server configurations."
documentation = "https://docs.rs/ferronconf"
readme = "README.md"
keywords = ["config"]
license = "MIT"
repository = "https://github.com/ferronweb/ferronconf"
[lib]
name = "ferronconf"
path = "src/lib.rs"
[dependencies.indenter]
version = "0.3.4"
features = ["std"]