# 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-json" version = "1.0.7" authors = ["Jonny Coombes "] description = "Simple JSON parser for Rust" readme = "README.md" keywords = [ "json", "parser", ] categories = [ "parser-implementations", "text-processing", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jonnycoombes/chisel-core" [[bench]] name = "dom_parsing" harness = false [[bench]] name = "sax_parsing" harness = false [[bench]] name = "lexing" harness = false [dependencies.chisel-decoders] version = "1.0.7" [dependencies.fast-float] version = "0.2.0" [dependencies.lexical] version = "6.1.1" features = [ "parse-floats", "parse-integers", ] optional = true [dev-dependencies.bytesize] version = "1.2.0" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.pprof] version = "0.13.0" features = [ "flamegraph", "criterion", "protobuf", ] [features] default = ["mixed_numerics"] mixed_numerics = ["lexical"]