[package]
name = "c12-parser"
version = "1.0.2"
authors = [ "YONGQI <betterhyq@qq.com>" ]
edition = "2024"
description = "Toolbox for parsing and stringifying various formats, including JSON, JSON5, JSONC, INI, TOML, and YAML."
documentation = "https://docs.rs/c12-parser"
readme = "README.md"
homepage = "https://github.com/un-rust/c12-parser"
repository = "https://github.com/un-rust/c12-parser"
license = "Apache-2.0"
keywords = [ ]
categories = [ "development-tools" ]
[dependencies]
ini = "1.3.0"
json5 = "1.3.1"
once_cell = "1.20.2"
regex = "1.12.3"
toml-span = "0.7.0"
serde_json = "1.0"
serde_yaml = "0.9"
toml = "1.0"
[dependencies.jsonc-parser]
version = "0.29.0"
features = [ "serde" ]
[dependencies.serde]
version = "1.0"
features = [ "derive" ]