# 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" name = "knuffel-derive" version = "3.2.0" description = """ A derive implementation for knuffel KDL parser """ homepage = "https://github.com/tailhook/knuffel" documentation = "https://docs.rs/knuffel" readme = "README.md" keywords = [ "kdl", "configuration", ] license = "MIT/Apache-2.0" [lib] proc_macro = true [dependencies.heck] version = "0.4.1" features = ["unicode"] [dependencies.proc-macro-error] version = "1.0.4" [dependencies.proc-macro2] version = "1.0.32" [dependencies.quote] version = "1.0.10" [dependencies.syn] version = "1.0.81" features = [ "full", "extra-traits", ] [dev-dependencies.miette] version = "5.1.1" features = ["fancy"]