2016-03-07 19:28:04 +00:00
|
|
|
[package]
|
2016-09-09 03:38:58 +00:00
|
|
|
name = "rocket_codegen"
|
2017-05-27 03:06:01 +00:00
|
|
|
version = "0.2.7"
|
2016-03-07 19:28:04 +00:00
|
|
|
authors = ["Sergio Benitez <sb@sergio.bz>"]
|
2016-12-23 12:20:46 +00:00
|
|
|
description = "Code generation 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"
|
2016-12-23 13:12:39 +00:00
|
|
|
keywords = ["rocket", "web", "framework", "code", "generation"]
|
2016-12-23 12:20:46 +00:00
|
|
|
license = "MIT/Apache-2.0"
|
2016-12-30 06:22:05 +00:00
|
|
|
build = "build.rs"
|
2016-03-07 19:28:04 +00:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
plugin = true
|
2016-03-12 18:45:19 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2017-05-27 03:06:01 +00:00
|
|
|
rocket = { version = "0.2.7", path = "../lib/" }
|
2016-09-30 03:49:18 +00:00
|
|
|
log = "^0.3"
|
2016-09-09 00:09:35 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2016-12-16 23:47:58 +00:00
|
|
|
compiletest_rs = "^0.2"
|
2016-12-30 06:22:05 +00:00
|
|
|
|
|
|
|
[build-dependencies]
|
2017-03-08 23:08:13 +00:00
|
|
|
ansi_term = "0.9"
|
|
|
|
version_check = "0.1"
|