# 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 = "sylvia-runtime-macros" version = "0.6.0" authors = [ "Tony Finn ", "Jeremy Davis ", "Bartlomiej Kuras ", ] include = [ "/Cargo.toml", "/src/**/*.rs", "/README.md", "/LICENSE-APACHE", "/LICENSE-MIT", ] 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/CosmWasm/runtime-macros-derive" [lib] crate-type = ["lib"] [dependencies.proc-macro2] version = "1.0.43" [dependencies.quote] version = "1.0.21" [dependencies.syn] version = "1.0.100" features = [ "derive", "parsing", "full", "visit", "extra-traits", "printing", ] default-features = false [dev-dependencies.cargo-tarpaulin] version = "0.22.0"