[badges.coveralls]
branch = "master"
repository = "tonyfinn/runtime-macros"
service = "github"
[badges.travis-ci]
branch = "master"
repository = "tonyfinn/runtime-macros"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.syn]
default-features = false
features = ["derive", "parsing", "full", "visit", "extra-traits"]
version = "1.0.11"
[dev-dependencies.cargo-tarpaulin]
version = "0.10.2"
[lib]
crate-type = ["lib"]
[package]
authors = ["Tony Finn <git@tonyfinn.com>", "Jeremy Davis <jeremydavis519@gmail.com>"]
categories = ["development-tools"]
description = "Simulate expansion of procedural macros at run time"
edition = "2018"
include = ["/Cargo.toml", "/src/**/*.rs", "/README.md", "/LICENSE-APACHE", "/LICENSE-MIT"]
keywords = ["macro", "code-coverage", "proc_macro", "testing"]
license = "MIT OR Apache-2.0"
name = "runtime-macros-derive"
readme = "README.md"
repository = "https://github.com/tonyfinn/runtime-macros"
version = "0.4.0"