# Copyright (c) 2023 Paguroidea Developers # # Licensed under the Apache License, Version 2.0 # or the MIT # license , at your # option. All files in the project carrying such notice may not be copied, # modified, or distributed except according to those terms. [package] name = "pag-lexer" version = "0.1.0-alpha.1" edition = "2021" license = "MIT/Apache-2.0" exclude = [".github/workflows/*"] keywords = ["lexer", "cfg", "grammar", "regex"] categories = ["parsing"] repository = "https://github.com/SchrodingerZhu/paguroidea" description = "Parser-lexer fusion generator (derivative lexer)" rust-version = "1.71.0" authors = ["Schrodinger ZHU Yifan ", "QuarticCat "] documentation = "https://docs.rs/pag-lexer/" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] quote = "1.0.26" proc-macro2 = "1.0" smallvec = "1"