2016-03-07 19:28:04 +00:00
|
|
|
[package]
|
2016-09-09 03:38:58 +00:00
|
|
|
name = "rocket_codegen"
|
2018-09-30 01:01:28 +00:00
|
|
|
version = "0.3.17"
|
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]
|
2018-09-30 01:01:28 +00:00
|
|
|
rocket = { version = "0.3.17", path = "../lib/" }
|
2017-06-03 00:41:15 +00:00
|
|
|
log = "0.3"
|
2016-09-09 00:09:35 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2018-10-29 08:48:33 +00:00
|
|
|
compiletest_rs = { git = "https://github.com/laumann/compiletest-rs" }
|
2016-12-30 06:22:05 +00:00
|
|
|
|
|
|
|
[build-dependencies]
|
2018-02-21 08:37:31 +00:00
|
|
|
yansi = "0.4"
|
2017-07-12 11:15:30 +00:00
|
|
|
version_check = "0.1.3"
|