[package] name = "ramhorns-derive" version = "1.0.1" authors = ["Maciej Hirsz "] license = "MPL-2.0" edition = "2018" description = "Experimental Mustache-like templating engine." repository = "https://github.com/maciejhirsz/ramhorns" documentation = "https://docs.rs/ramhorns" readme = "../README.md" [lib] name = "ramhorns_derive" proc-macro = true [dependencies] fnv = "1.0" syn = { version = "2.0", features = ["full"] } quote = "1.0" proc-macro2 = "1.0" heck = "0.5"