[package] name = "flex-rs" version = "0.1.1" authors = ["VarunPotti "] edition = "2018" license-file = "LICENSE" description= "Tokenizer and parser for creating coding languages" homepage="https://github.com/VarunPotti/Flex.rs" documentation="https://github.com/VarunPotti/Flex.rs" repository="https://github.com/VarunPotti/Flex.rs" readme="README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] regex = "1" no-comment = "0.0.3" ansi_term = "0.12.1"