[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] indexmap = "1.0" quote = "0.6.1" rocket_http = { version = "0.4.0-dev", path = "../http/" } [dependencies.derive_utils] git = "https://github.com/SergioBenitez/derive-utils" rev = "f14fb4bc855" [dev-dependencies] rocket = { version = "0.4.0-dev", path = "../lib" } rocket_codegen = { version = "0.4.0-dev", path = "../codegen" } compiletest_rs = "0.3.14"