# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "self-rust-tokenize-derive" version = "0.4.1" authors = ["Ben "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Turns instances of Rust structures into a token stream that creates the instance" readme = "README.md" license = "MIT" repository = "https://github.com/kaleidawave/self-rust-tokenize" [lib] name = "self_rust_tokenize_derive" path = "macro.rs" proc-macro = true [dependencies.syn-helpers] version = "0.5" features = ["syn-extra-traits"]