rocket_codegen 0.4.2

Procedural macros for the Rocket web framework.
Documentation
# 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.4.2"
authors = ["Sergio Benitez <sb@sergio.bz>"]
build = "build.rs"
description = "Procedural macros for the Rocket web framework."
homepage = "https://rocket.rs"
documentation = "https://api.rocket.rs/v0.4/rocket_codegen/"
readme = "../../README.md"
keywords = ["rocket", "web", "framework", "code", "generation"]
license = "MIT/Apache-2.0"
repository = "https://github.com/SergioBenitez/Rocket"

[lib]
proc-macro = true
[dependencies.devise]
version = "0.2"

[dependencies.indexmap]
version = "1.0"

[dependencies.quote]
version = "0.6.1"

[dependencies.rocket_http]
version = "0.4.2"
[build-dependencies.version_check]
version = "0.9.1"

[build-dependencies.yansi]
version = "0.5"