[package] authors = ["Xavier Lau "] description = "api-impl" edition = "2021" homepage = "https://githuber.hack.ink" license = "GPL-3.0" name = "api-impl" readme = "README.md" repository = "https://github.com/hack-ink/githuber" version = "0.4.3" [lib] proc-macro = true [dependencies] convert_case = { version = "0.6" } quote = { version = "1.0" } syn = { version = "1.0", features = ["full"] } [features] debug = [ # crates.io "syn/extra-traits", ]