[package] name = "reproto-lexer" version = "0.3.36" authors = ["John-John Tedro "] license = "MIT/Apache-2.0" readme = "README.md" repository = "https://github.com/reproto/reproto" homepage = "https://github.com/reproto/reproto" documentation = "https://docs.rs/reproto-lexer" description = """ lexer used with the reproto parser """ [dependencies] reproto-core = {path = "../core", version = "0.3"} num-bigint = {version = "0.1", default_features = false} num-traits = {version = "0.1", default_features = false} [lib] path = "lib.rs"