# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.56" name = "chisel-lexers" version = "1.1.0" authors = ["Jonny Coombes "] description = "Chisel backend lexers/scanners" readme = "README.md" keywords = [ "lexer", "parsing", ] categories = ["text-processing"] license = "MIT OR Apache-2.0" repository = "https://github.com/jonnycoombes/chisel-core/tree/trunk/chisel-lexers" [[bench]] name = "scanner" harness = false [[bench]] name = "json_lexer" harness = false [dependencies.chisel-common] version = "1.1.0" [dependencies.chisel-decoders] version = "1.1.0" [dependencies.fast-float] version = "0.2.0" [dependencies.lexical] version = "6.1.1" features = ["parse-integers"] [dev-dependencies.bytesize] version = "1.3.0" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.pprof] version = "0.13.0" features = [ "flamegraph", "criterion", "protobuf", ] [features] default = [] lazy-numerics = []