# 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 = "hirola-macros" version = "0.4.0" authors = ["Geoffrey Mureithi "] description = "Hirola is an un-opinionated web framework that is focused on simplicity and predictability" documentation = "https://hirola-docs.vercel.app/" readme = "README.md" keywords = [ "wasm", "html", "dom", "web", ] license = "MIT OR Apache-2.0" repository = "https://github.com/geofmureithi/hirola" [lib] proc-macro = true [dependencies.heck] version = "0.4.1" [dependencies.paste] version = "1" [dependencies.proc-macro-error] version = "1.0" [dependencies.proc-macro-hack] version = "0.5" [dependencies.proc-macro2] version = "1.0.71" [dependencies.quote] version = "1.0.33" [dependencies.rstml] version = "0.11" [dependencies.syn] version = "2.0.43" [dev-dependencies.trybuild] version = "1.0"