# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "luther" version = "0.1.0" authors = ["Steven Bosnick "] description = "The runtime components of the Luther lexer generator." readme = "README.md" keywords = ["lex", "lexer", "generator", "dfa", "tokenizer"] categories = ["development-tools", "parsing", "parser-implementation"] license = "Apache-2.0/MIT" repository = "https://github.com/sbosnick/luther" [dependencies.encode_unicode] version = "0.3.1" [dependencies.failure] version = "0.1.1" [dev-dependencies.assert_matches] version = "1.1.0" [dev-dependencies.lazy_static] version = "1.0.0" [dev-dependencies.quickcheck] version = "0.6.0" [dev-dependencies.regex] version = "0.2.5" [badges.coveralls] repository = "sbosnick/luther" [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "sbosnick/luther"