# 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 = "knurdy" version = "0.2.0" description = "Minimal, opinionated KDL deserialization with Serde" readme = "README.md" keywords = [ "serde", "kdl", ] categories = [] license = "MIT" repository = "https://www.github.com/gamma-delta/knurdy" [dependencies.ahash] version = "0.8.0" [dependencies.base64] version = "0.13.0" [dependencies.heck] version = "0.4.0" [dependencies.kdl] version = "4.5.0" [dependencies.paste] version = "1.0.9" [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.smol_str] version = "0.1.23" [dependencies.thiserror] version = "1.0.34"