[package] name = "hust-macro" version = "0.1.0" edition = "2021" authors = ["Ryan Kopf "] # List of crate authors description = "A way to embed Rust into HTML code and use it wherever you'd like." license = "MIT" repository = "https://github.com/tracks-rs/hust-macro" homepage = "https://github.com/tracks-rs/hust-macro" documentation = "https://github.com/tracks-rs/hust-macro" keywords = ["web-framework", "rust", "rails-inspired", "erb"] # Keywords to find your crate categories = ["web-programming", "rust-patterns", "parser-implementations"] # Categories from crates.io # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] syn = "1.0" quote = "1.0" tracks-hust = "0.1.0"