# 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-parsers" version = "1.1.0" authors = ["Jonny Coombes "] description = "Chisel parser front ends" readme = "README.md" keywords = [ "parser", "parsing", ] categories = ["text-processing"] license = "MIT OR Apache-2.0" repository = "https://github.com/jonnycoombes/chisel-core/tree/trunk/chisel-parsers" [[bench]] name = "dom_parsing" harness = false [[bench]] name = "sax_parsing" harness = false [dependencies.chisel-common] version = "1.1.0" [dependencies.chisel-decoders] version = "1.1.0" [dependencies.chisel-json-pointer] version = "1.1.0" [dependencies.chisel-lexers] version = "1.1.0" [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 = ["chisel-lexers/default"] lazy-numerics = ["chisel-lexers/lazy-numerics"] [badges.github] repository = "jonnycoombes/chisel-core"