[package] name = "self-rust-tokenize-derive" description = "Turns instances of Rust structures into a token stream that creates the instance" authors = ["Ben "] version = "0.4.1" license = "MIT" edition = "2018" repository = "https://github.com/kaleidawave/self-rust-tokenize" [lib] path = "macro.rs" name = "self_rust_tokenize_derive" proc-macro = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] syn-helpers = { version = "0.5", features = ["syn-extra-traits"] }