# 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 = "derive-finite-automaton-derive" version = "0.2.0" authors = ["Ben "] description = "Procedural macro for generating finite automaton" keywords = [ "parsing", "tokenization", "utils", ] categories = ["parsing"] license = "MIT" repository = "https://github.com/kaleidawave/derive-finite-automaton" [lib] name = "derive_finite_automaton_derive" proc-macro = true [dependencies.either_n] version = "0.2" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" features = [ "printing", "full", "parsing", "extra-traits", ]