# 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" name = "nate-derive" version = "0.4.2" authors = ["René Kijewski "] description = "Proc-macros for NaTE" homepage = "https://github.com/Kijewski/nate" readme = "README.md" keywords = [ "html", "template", "no-std", ] categories = ["template-engine"] license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/Kijewski/nate" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] proc-macro = true [dependencies.blake2] version = "0.10.5" [dependencies.darling] version = "0.20.0" [dependencies.hex] version = "0.4.0" [dependencies.nom] version = "7.0.0" [dependencies.nom_locate] version = "4.0.0" [dependencies.quote] version = "1.0.26" default-features = false [dependencies.syn] version = "2.0.15" default-features = false