# 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 = "sea-bae" version = "0.2.1" authors = ["David Pedersen "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust proc-macro attribute parser" homepage = "https://github.com/SeaQL/sea-bae" documentation = "https://docs.rs/sea-bae" readme = "README.md" keywords = [ "macro", "derive", "attributes", "proc", ] categories = ["development-tools::procedural-macro-helpers"] license = "MIT" repository = "https://github.com/SeaQL/sea-bae.git" [lib] name = "sea_bae" path = "src/lib.rs" proc-macro = true [dependencies.heck] version = "0.4" [dependencies.proc-macro-error2] version = "2" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.syn] version = "2" features = [ "full", "extra-traits", ] [dev-dependencies.trybuild] version = "1"