# 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.62.0" name = "knuffel" version = "3.2.0" description = """ Another KDL language implementation """ homepage = "https://github.com/tailhook/knuffel" documentation = "https://docs.rs/knuffel" readme = "README.md" keywords = [ "kdl", "configuration", "parser", ] categories = [ "parser-implementations", "config", "encoding", ] license = "MIT/Apache-2.0" [dependencies.base64] version = "0.21.0" optional = true [dependencies.chumsky] version = "0.9.2" default-features = false [dependencies.knuffel-derive] version = "^3.2.0" optional = true [dependencies.miette] version = "5.1.1" [dependencies.minicbor] version = "0.19.1" features = [ "std", "derive", ] optional = true [dependencies.thiserror] version = "1.0.31" [dependencies.unicode-width] version = "0.1.9" optional = true [dev-dependencies.assert-json-diff] version = "2.0.1" [dev-dependencies.miette] version = "5.1.1" features = ["fancy"] [dev-dependencies.serde_json] version = "1.0" [features] default = [ "derive", "base64", "line-numbers", ] derive = ["knuffel-derive"] line-numbers = ["unicode-width"]