[package] name = "rocket_codegen" version = "0.4.0-dev" authors = ["Sergio Benitez "] description = "Procedural macros for the Rocket web framework." documentation = "https://api.rocket.rs/v0.4/rocket_codegen/" homepage = "https://rocket.rs" repository = "https://github.com/SergioBenitez/Rocket" readme = "../../README.md" keywords = ["rocket", "web", "framework", "code", "generation"] license = "MIT/Apache-2.0" build = "../lib/build.rs" [lib] proc-macro = true [dependencies] indexmap = "1.0" quote = "0.6.1" rocket_http = { version = "0.4.0-dev", path = "../http/" } devise = "0.1" [build-dependencies] yansi = "0.4" version_check = "0.1.3" [dev-dependencies] rocket = { version = "0.4.0-dev", path = "../lib" } compiletest_rs = { git = "https://github.com/laumann/compiletest-rs" }