# 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 = "bae2" version = "1.0.0" authors = [ "David Pedersen ", "Naoki Ikeguchi ", ] description = "A Rust proc-macro attribute parser" homepage = "https://github.com/siketyan/bae2" documentation = "https://docs.rs/bae2" readme = "README.md" keywords = [ "macro", "derive", "attributes", "proc", ] categories = ["development-tools::procedural-macro-helpers"] license = "MIT" repository = "https://github.com/siketyan/bae2.git" [lib] path = "src/lib.rs" proc-macro = true [dependencies.heck] version = "0.4.1" [dependencies.proc-macro-error] version = "1" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.syn] version = "2" features = [ "full", "extra-traits", ] [dev-dependencies.trybuild] version = "1"