[package]
name = "kdl"
version = "4.6.0"
description = "Document-oriented KDL parser and API. Allows formatting/whitespace/comment-preserving parsing and modification of KDL text."
authors = ["Kat Marchán <kzm@zkat.tech>", "KDL Community"]
license = "Apache-2.0"
readme = "README.md"
homepage = "https://kdl.dev"
repository = "https://github.com/kdl-org/kdl-rs"
keywords = ["kdl", "document", "serialization", "config"]
edition = "2021"
[features]
default = ["span"]
span = []
[dependencies]
miette = "5.3.0"
nom = { version = "7.1.1", default-features = false }
thiserror = "1.0.30"