# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "conflag" version = "0.1.1" description = "A simple and powreful configuration language, extending JSON with declarative and functional language features." homepage = "https://github.com/bethebunny/conflag" readme = "README.md" keywords = [ "language", "pest", "serde", "json", "serialization", ] categories = ["config"] license = "MIT OR Apache-2.0" repository = "https://github.com/bethebunny/conflag" [lib] name = "conflag" crate-type = [ "rlib", "cdylib", ] [dependencies.pest] version = "2.5.6" [dependencies.pest_derive] version = "2.5.6" [dependencies.pyo3] version = "0.18.2" features = ["extension-module"] optional = true [dependencies.serde] version = "1.0.159" features = ["derive"] optional = true [features] python = ["dep:pyo3"] serde = ["dep:serde"]