[package] name = "slr_lexer" version = "0.0.13" #auto license = "LGPL-3.0" repository = "https://github.com/SiegeLord/SLRConfig" documentation = "http://siegelord.github.io/SLRConfig/doc/slr_lexer/index.html" keywords = ["configuration"] authors = [ "SiegeLord " ] description = "A simple configuration format. This crate contains just the lexer, see the slr_config crate for the parser and other utilities." [lib] name = "slr_lexer" path = "src/lib.rs" [[example]] name = "lexer_test" path = "src/lexer_test.rs"