migrations_macros 0.99.0

Codegeneration macros for diesels embedded migrations
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 = "migrations_macros"
version = "0.99.0"
authors = ["Sean Griffin <sean@seantheprogrammer.com>"]
description = "Codegeneration macros for diesels embedded migrations"
homepage = "http://diesel.rs"
documentation = "http://docs.diesel.rs"
license = "MIT OR Apache-2.0"

[lib]
proc-macro = true
[dependencies.syn]
version = "0.11.4"
features = ["aster"]

[dependencies.migrations_internals]
version = "0.99.0"

[dependencies.quote]
version = "0.3.12"

[dependencies.clippy]
version = "=0.0.162"
optional = true
[dev-dependencies.tempdir]
version = "0.3.4"

[features]
default = []
lint = ["clippy"]