# 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 = "plex" version = "0.3.1" authors = ["Geoffry Song "] description = "A syntax extension for writing lexers and parsers." homepage = "https://github.com/goffrie/plex" documentation = "https://docs.rs/plex" readme = "README.md" keywords = [ "tokenizer", "scanner", "lexer", "parser", "generator", ] license = "MIT OR Apache-2.0" repository = "https://github.com/goffrie/plex" [lib] name = "plex" proc-macro = true [dependencies.lalr] version = "0.0.2" optional = true [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.redfa] version = "0.0.3" optional = true [dependencies.syn] version = "2.0" features = [ "extra-traits", "full", ] [dev-dependencies.trybuild] version = "1.0.85" [features] default = [ "lexer", "parser", ] lexer = ["redfa"] parser = ["lalr"]