mirror of https://github.com/kdl-org/kdl-rs.git
17 lines
478 B
TOML
17 lines
478 B
TOML
[package]
|
|
name = "kdl"
|
|
version = "1.1.0"
|
|
description = "KDL Document Language"
|
|
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 = "2018"
|
|
|
|
[dependencies]
|
|
nom = { version = "6.0.1", default-features = false }
|
|
phf = { version = "0.8.0", features = ["macros"] }
|
|
thiserror = "1.0.22"
|