[package] description = "Auto derive ToAny trait for any structure" documentation = "https://docs.rs/to_any" edition.workspace = true license = "MIT" name = "to_any_dervie" version.workspace = true [lib] proc-macro = true [dependencies] heck = "0.4" proc-macro2 = "^1" quote = "^1" syn = {version = "^2", features = ["full"]}