[lib] proc-macro = true [package] name = "fpr-cli-derives" version = "0.2.2" authors = ["Shinji Hoshino "] description = "A library that allows one to write cli tools quickly. (derive macros)" edition = "2021" license = "Apache-2.0" repository = "https://github.com/shinjitumala/fpr-cli-derives" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] convert_case = "0.6.0" darling = "0.20.10" proc-macro2 = "1.0.89" quote = "1.0.37" syn = "2.0.87"