[package] name = "ramhorns-derive-ext" version = "0.17.2" authors = ["Evan Zhang "] license = "GPL-3.0" edition = "2018" description = "Experimental Mustache-like templating engine." repository = "https://github.com/evanzp0/ramhorns-ext" documentation = "https://docs.rs/ramhorns-ext" readme = "../README.md" [lib] name = "ramhorns_derive_ext" proc-macro = true [dependencies] bae = "0.1.7" fnv = "1.0" syn = { version = "1.0", features = ["full"] } quote = "1.0" proc-macro2 = "1.0"