mirror of https://github.com/kdl-org/kdl-rs.git
17 lines
554 B
TOML
17 lines
554 B
TOML
[package]
|
|
name = "kdl"
|
|
version = "4.0.1-alpha.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"
|
|
|
|
[dependencies]
|
|
miette = "4.6.0"
|
|
nom = { version = "7.1.1", default-features = false }
|
|
thiserror = "1.0.30"
|