[package] name = "villain" version = "0.0.1" edition = "2021" authors = ["MoeKasp ", "sawmurai "] description = "A webframework that utilizes Vue templates to generate HTML. Aimed to replace the need for JavaScript in web development." license = "MIT OR Apache-2.0" repository = "https://github.com/MoeKasp/villain.rs" readme = "../README.md" [lib] path = "src/lib.rs" proc-macro = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] quote = "1.0.27" syn = { version = "2.0.16", features = ["extra-traits"] } proc-macro2 = "1.0.56" html = "0.5.2" thiserror = "1.0.40"