kdl 4.6.0

Document-oriented KDL parser and API. Allows formatting/whitespace/comment-preserving parsing and modification of KDL text.
Documentation
[dependencies.miette]
version = "5.3.0"

[dependencies.nom]
default-features = false
version = "7.1.1"

[dependencies.thiserror]
version = "1.0.30"

[features]
default = ["span"]
span = []

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