proc_macro_roids 0.2.0

Traits and functions to make writing proc macros more ergonomic.
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]
edition = "2018"
name = "proc_macro_roids"
version = "0.2.0"
authors = ["Azriel Hoh <azriel91@gmail.com>"]
description = "Traits and functions to make writing proc macros more ergonomic."
readme = "README.md"
keywords = ["proc_macro", "macros"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/azriel91/proc_macro_roids"
[dependencies.proc-macro2]
version = "0.4.27"

[dependencies.quote]
version = "0.6.11"

[dependencies.syn]
version = "0.15.29"
features = ["extra-traits", "visit"]
[dev-dependencies.pretty_assertions]
version = "0.6.1"
[badges.appveyor]
repository = "azriel91/proc_macro_roids"

[badges.codecov]
repository = "azriel91/proc_macro_roids"

[badges.travis-ci]
repository = "azriel91/proc_macro_roids"