[package] name = "java_asm_macro" version.workspace = true authors.workspace = true edition.workspace = true description.workspace = true documentation.workspace = true license.workspace = true readme.workspace = true repository.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] quote = "1.0" syn = { version = "1.0", features = ["full"] } [lib] doctest = false proc-macro = true