[package] name = "rocket_codegen_next" version = "0.4.0-dev" authors = ["Sergio Benitez "] description = "Procedural macros for the Rocket web framework." documentation = "https://api.rocket.rs/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" # if publishing, add to config scripts publish = false [lib] proc-macro = true [dependencies] quote = "0.6.1" rocket_http = { version = "0.4.0-dev", path = "../http/" } [dependencies.derive_utils] git = "https://github.com/SergioBenitez/derive-utils" rev = "160da392" [dev-dependencies] rocket = { version = "0.4.0-dev", path = "../lib" } compiletest_rs = { git = "https://github.com/laumann/compiletest-rs" }