[package] description = "Auto derive ToAny trait for any structure" documentation = "https://docs.rs/to_any" edition = "2021" license = "MIT" name = "to_any" version.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] to_any_dervie = {path = "./derive", version = "0.1.2"}