# 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 = "2021" name = "macro-v" version = "0.1.4" authors = ["zihan "] include = [ "src/**/*", "Cargo.toml", ] description = "Attribute macro for making the visibility of the `macro_rules!` macro the same as other items." homepage = "https://github.com/ZihanType/macro-v" readme = "README.md" keywords = [ "macro_rules", "visibility", ] license = "MIT/Apache-2.0" repository = "https://github.com/ZihanType/macro-v" [lib] proc-macro = true [dependencies.proc-macro2] version = "1" default-features = false [dependencies.quote] version = "1" default-features = false [dependencies.syn] version = "2" features = [ "parsing", "proc-macro", "printing", "full", ] default-features = false