conflag 0.1.1

A simple and powreful configuration language, extending JSON with declarative and functional language features.
Documentation
[dependencies.pest]
version = "2.5.6"

[dependencies.pest_derive]
version = "2.5.6"

[dependencies.pyo3]
features = ["extension-module"]
optional = true
version = "0.18.2"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.159"

[features]
python = ["dep:pyo3"]
serde = ["dep:serde"]

[lib]
crate-type = ["rlib", "cdylib"]
name = "conflag"

[package]
categories = ["config"]
description = "A simple and powreful configuration language, extending JSON with declarative and functional language features."
edition = "2021"
homepage = "https://github.com/bethebunny/conflag"
keywords = ["language", "pest", "serde", "json", "serialization"]
license = "MIT OR Apache-2.0"
name = "conflag"
readme = "README.md"
repository = "https://github.com/bethebunny/conflag"
version = "0.1.1"