kdl 6.6.0

Document-oriented KDL parser and API. Allows formatting/whitespace/comment-preserving parsing and modification of KDL text.
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = [
    "span",
    "serde",
]
span = []
v1 = ["kdlv1"]
v1-fallback = ["v1"]

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

[[example]]
name = "custom-errors"
path = "examples/custom-errors.rs"

[[example]]
name = "insert-node"
path = "examples/insert-node.rs"

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

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

[dependencies.kdlv1]
version = "4.7.0"
optional = true
package = "kdl"

[dependencies.miette]
version = "7.6.0"
default-features = false

[dependencies.num-traits]
version = "0.2.19"

[dependencies.serde]
version = "1.0.210"
optional = true

[dependencies.winnow]
version = "0.7.13"
features = [
    "alloc",
    "unstable-recover",
]

[dev-dependencies.miette]
version = "7.6.0"
features = [
    "derive",
    "fancy",
]
default-features = false

[dev-dependencies.pretty_assertions]
version = "1.3.0"

[dev-dependencies.serde]
version = "1.0.210"
features = ["derive"]

[dev-dependencies.thiserror]
version = "2.0.12"

[profile.dist]
lto = "thin"
inherits = "release"