# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "runtime-macros-derive" version = "0.7.0" authors = [ "Tony Finn ", "Jeremy Davis ", "Bartlomiej Kuras ", ] build = false include = [ "/Cargo.toml", "/src/**/*.rs", "/README.md", "/LICENSE-APACHE", "/LICENSE-MIT", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Simulate expansion of procedural macros at run time" readme = "README.md" keywords = [ "macro", "code-coverage", "proc_macro", "testing", ] categories = ["development-tools"] license = "MIT OR Apache-2.0" repository = "https://github.com/tonyfinn/runtime-macros-derive" [lib] name = "runtime_macros_derive" crate-type = ["lib"] path = "src/lib.rs" [dependencies.proc-macro2] version = "1.0.92" [dependencies.quote] version = "1.0.37" [dependencies.syn] version = "2.0.90" features = [ "clone-impls", "derive", "parsing", "full", "visit", "extra-traits", "printing", ] default-features = false [dev-dependencies.cargo-tarpaulin] version = "0.31.3" [badges.coveralls] branch = "master" repository = "tonyfinn/runtime-macros" service = "github" [badges.travis-ci] branch = "master" repository = "tonyfinn/runtime-macros"