khi 0.16.1

Khi parser & library
Documentation
[[bin]]
name = "khi-html-cmd"
path = "src/html/command.rs"
required-features = ["html"]

[[bin]]
name = "khi-tex-cmd"
path = "src/tex/command.rs"
required-features = ["tex"]

[dependencies.hex]
version = "0.4.3"

[dependencies.numtoa]
version = "0.2.4"

[dependencies.serde]
version = "1.0.192"

[features]
default = ["parse"]
html = ["parse"]
parse = []
tex = ["parse"]

[lib]
name = "khi"
path = "src/lib.rs"

[package]
authors = ["Torm"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["config", "parser-implementations"]
description = "Khi parser & library"
edition = "2021"
homepage = "https://github.com/khilang/khi.rs"
keywords = ["parser", "format", "serialization", "config"]
license = "MIT OR Apache-2.0"
name = "khi"
readme = "README.md"
repository = "https://github.com/khilang/khi.rs"
rust-version = "1.65"
version = "0.16.1"

[[test]]
name = "test"
path = "tests/test.rs"

[[test]]
name = "test_examples"
path = "tests/test_examples.rs"