mirror of https://github.com/rwf2/Rocket.git
28 lines
699 B
TOML
28 lines
699 B
TOML
[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
|
|
|
|
[dependencies.derive_utils]
|
|
git = "https://github.com/SergioBenitez/derive-utils"
|
|
rev = "87ad56ba"
|
|
|
|
[dependencies]
|
|
quote = "0.6"
|