[package] name = "rflex" version = "0.8.1" authors = ["Shuzo Kashihara "] license = "MIT" edition = "2018" repository = "https://github.com/pfnet/rflex" license-file = "LICENSE" readme = "README.md" description = "Fast lexer code generator for Rust" keywords = ["lexer", "lex"] [dependencies] fixedbitset = "0.1.9" liquid = "0.17" failure = "0.1.5"