[package] name = "extendable-enums-helpers" license = "MIT" version = "0.1.3" edition = "2021" description = "Helper functions for extendable-data because they can not be re-exported in a proc-macro package." repository = "https://github.com/Rafaeltheraven/extendable-data-helpers" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] extendable-data-helpers = "0.1.1" proc-macro2 = "1.0.59"