[package] name = "set_enum_fields" version = "0.1.5" edition = "2021" description = "Adds the ability to set the fields of an enum, and return the fields of enum mutable. Based on enum-fields" license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] proc-macro2 = "1.0" quote = "1.0" syn = {version = "1.0", features = ["full"]} derive-syn-parse = "0.1.5" lazy_static = "1.4.0" serde = "1.0.137" base64 = "0.13.0" executors = "0.9.0" [lib] proc-macro = true