2018-07-21 22:11:08 +00:00
|
|
|
[package]
|
|
|
|
name = "rocket_contrib_codegen"
|
|
|
|
version = "0.4.0-dev"
|
|
|
|
authors = ["Sergio Benitez <sb@sergio.bz>"]
|
|
|
|
description = "Procedural macros for the Rocket contrib libraries."
|
|
|
|
documentation = "https://api.rocket.rs/rocket_contrib_codegen/"
|
|
|
|
homepage = "https://rocket.rs"
|
|
|
|
repository = "https://github.com/SergioBenitez/Rocket"
|
|
|
|
readme = "../../../README.md"
|
|
|
|
keywords = ["rocket", "contrib", "code", "generation", "proc-macro"]
|
|
|
|
license = "MIT/Apache-2.0"
|
|
|
|
|
|
|
|
# if publishing, add to config scripts
|
|
|
|
publish = false
|
|
|
|
|
|
|
|
[features]
|
|
|
|
database_attribute = []
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
proc-macro = true
|
|
|
|
|
2018-08-15 09:07:17 +00:00
|
|
|
[dependencies.derive_utils]
|
|
|
|
git = "https://github.com/SergioBenitez/derive-utils"
|
2018-10-05 04:44:42 +00:00
|
|
|
rev = "62f361f"
|
2018-08-15 09:07:17 +00:00
|
|
|
|
2018-07-21 22:11:08 +00:00
|
|
|
[dependencies]
|
|
|
|
quote = "0.6"
|