Rocket/codegen/Cargo.toml

27 lines
685 B
TOML

[package]
name = "rocket_codegen"
version = "0.3.17"
authors = ["Sergio Benitez <sb@sergio.bz>"]
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"
keywords = ["rocket", "web", "framework", "code", "generation"]
license = "MIT/Apache-2.0"
build = "build.rs"
[lib]
plugin = true
[dependencies]
rocket = { version = "0.3.17", path = "../lib/" }
log = "0.3"
[dev-dependencies]
compiletest_rs = { git = "https://github.com/laumann/compiletest-rs" }
[build-dependencies]
yansi = "0.4"
version_check = "0.1.3"