[package] name = "refloctopus-derive" version = "0.0.1" authors = ["ember arlynx "] edition = "2018" description = "#[derive(refloctopus::Reflect)]" license = "MIT/Apache-2.0" # TODO: metadta # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [features] default = [] attrs = [] [dependencies] syn = "1" quote = "1" proc-macro2 = "1" itertools = "0.10"