[package] name = "serde_ieml" version = "0.3.1" categories = ["parser-implementations"] edition = "2021" keywords = ["ieml", "serde", "deserialization"] description = "Implementing the IEML config parser for Rust. IEML (Interface Engine Markup Language) - A simple but powerful config with support for file uploads, inter-file anchors and tags." license = "MIT OR Apache-2.0" repository = "https://github.com/Hedgehogo/IEML-rust" [dependencies] num-traits = "0.2" nom = "7" serde = { version = "1", features = ["derive"] } [dev-dependencies] indoc = "2"