# 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.56.0" name = "kdl" version = "6.0.0-alpha.1" authors = [ "Kat Marchán ", "KDL Community", ] 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" [dependencies.miette] version = "7.2.0" [dependencies.nom] version = "7.1.1" [dependencies.thiserror] version = "1.0.40" [dependencies.winnow] version = "0.6.20" features = [ "alloc", "unstable-recover", ] [dev-dependencies.miette] version = "7.2.0" features = ["fancy"] [dev-dependencies.pretty_assertions] version = "1.3.0" [features] default = ["span"] span = []