[dependencies.kdlv1]
optional = true
package = "kdl"
version = "4.7.0"
[dependencies.miette]
default-features = false
version = "7.6.0"
[dependencies.num]
version = "0.4.2"
[dependencies.winnow]
features = ["alloc", "unstable-recover"]
version = "=0.6.24"
[dev-dependencies.miette]
default-features = false
features = ["derive", "fancy"]
version = "7.6.0"
[dev-dependencies.pretty_assertions]
version = "1.3.0"
[dev-dependencies.thiserror]
version = "2.0.12"
[[example]]
name = "custom-errors"
path = "examples/custom-errors.rs"
[[example]]
name = "insert-node"
path = "examples/insert-node.rs"
[features]
default = ["span"]
span = []
v1 = ["kdlv1"]
v1-fallback = ["v1"]
[lib]
name = "kdl"
path = "src/lib.rs"
[package]
authors = ["Kat Marchán <kzm@zkat.tech>", "KDL Community"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
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"
rust-version = "1.82"
version = "6.5.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[profile.dist]
inherits = "release"
lto = "thin"
[[test]]
name = "compliance"
path = "tests/compliance.rs"
[[test]]
name = "formatting"
path = "tests/formatting.rs"