rocket_codegen 0.2.7

Code generation for the Rocket web framework.
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "rocket_codegen"
version = "0.2.7"
authors = ["Sergio Benitez <sb@sergio.bz>"]
build = "build.rs"
description = "Code generation for the Rocket web framework."
homepage = "https://rocket.rs"
documentation = "https://api.rocket.rs/rocket_codegen/"
readme = "../README.md"
keywords = ["rocket", "web", "framework", "code", "generation"]
license = "MIT/Apache-2.0"
repository = "https://github.com/SergioBenitez/Rocket"

[lib]
plugin = true
[dependencies.rocket]
version = "0.2.7"

[dependencies.log]
version = "^0.3"
[dev-dependencies.compiletest_rs]
version = "^0.2"
[build-dependencies.ansi_term]
version = "^0.9"

[build-dependencies.version_check]
version = "^0.1"