runtime-macros-derive 0.6.0

Simulate expansion of procedural macros at run time
Documentation
[package]
name = "runtime-macros-derive"
version = "0.6.0"
authors = ["Tony Finn <git@tonyfinn.com>", "Jeremy Davis <jeremydavis519@gmail.com>", "Bartlomiej Kuras <bart.k@confio.gmbh>"]
license = "MIT OR Apache-2.0"
description = "Simulate expansion of procedural macros at run time"
keywords = ["macro", "code-coverage", "proc_macro", "testing"]
repository = "https://github.com/tonyfinn/runtime-macros-derive"
categories = ["development-tools"]
readme = "README.md"
include = ["/Cargo.toml", "/src/**/*.rs", "/README.md", "/LICENSE-APACHE", "/LICENSE-MIT"]
edition = "2018"

[badges]
travis-ci = { repository = "tonyfinn/runtime-macros", branch = "master" }
coveralls = { repository = "tonyfinn/runtime-macros", branch = "master", service = "github" }

[lib]
crate-type = ["lib"]

[dependencies]
proc-macro2 = "1.0.43"
syn = { version = "1.0.100", default-features = false, features = ["derive", "parsing", "full", "visit", "extra-traits", "printing"] }
quote = "1.0.21"

[dev-dependencies]
cargo-tarpaulin = "0.21.0"