lrlex 0.2.1

Simple lexer generator
Documentation
# 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]
edition = "2018"
name = "lrlex"
version = "0.2.1"
authors = ["Laurence Tratt <http://tratt.net/laurie/>"]
description = "Simple lexer generator"
readme = "README.md"
categories = ["parsing"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/softdevteam/grmtools"

[lib]
name = "lrlex"
path = "src/lib/mod.rs"

[[bin]]
name = "lrlex"
doc = false
[dependencies.getopts]
version = "0.2.15"

[dependencies.lazy_static]
version = "1.2"

[dependencies.lrpar]
version = "0.2"

[dependencies.num-traits]
version = "0.2"

[dependencies.regex]
version = "1.0"

[dependencies.try_from]
version = "0.2"

[dependencies.typename]
version = "0.1"