[package] name = "dyncast-impl" version = "0.1.0" authors = ["cynecx "] description = "Implementation detail of the dyncast crate" documentation = "https://docs.rs/dyncast" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/cynecx/dyncast" rust-version = "1.74" [lib] proc-macro = true [dependencies] proc-macro2 = "1.0.79" quote = "1.0" syn = { version = "2.0", features = ["full"] }