# 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 = "orecc-front" version = "0.1.9" authors = ["InfiniteCoder "] description = "A simple compiler frontend utility toolkit" readme = "README.md" keywords = [ "compiler", "lexer", "token", ] categories = [ "compilers", "development-tools::build-utils", "parsing", "text-processing", ] license = "MIT" repository = "https://github.com/InfiniteCoder01/orecc-front/" [dependencies.codespan-reporting] version = "0.11.1" [dependencies.lazy-regex] version = "3.0.1" [dependencies.unicode-ident] version = "1.0.11" optional = true [features] xid = ["dep:unicode-ident"]