# 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 = "2021" name = "waytogo-macro" version = "0.1.0" authors = ["Julius Lehmann "] description = "Waytogo macro library" license = "MIT" [lib] proc-macro = true [dependencies.enum-as-inner] version = "0.5" [dependencies.heck] version = "0.4" [dependencies.proc-macro2] version = "1" [dependencies.quick-xml] version = "0.23" features = ["serialize"] [dependencies.quote] version = "1" [dependencies.regex] version = "1" [dependencies.rust-format] version = "0.3" features = [ "post_process", "token_stream", ] [dependencies.serde] version = "1" features = ["derive"] [dependencies.syn] version = "1" features = [ "parsing", "proc-macro", ]