# 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" name = "spanned_json_parser" version = "0.2.0" authors = ["Jules Guesnon "] exclude = ["benches/"] description = "A Json parser that gives you the line and column number for each value" readme = "./README.md" keywords = [ "json", "span", "line", "column", "parser", ] categories = [ "encoding", "parser-implementations", "parsing", ] license = "MIT" repository = "https://github.com/JulesGuesnon/spanned-json-parser" [[bench]] name = "parsing" path = "benches/paring.rs" harness = false [dependencies.bytecount] version = "0.6.7" [dependencies.memchr] version = "2.6.4" [dependencies.nom] version = "7" [dependencies.serde] version = "1.0.190" [dependencies.wasm-bindgen] version = "0.2" optional = true [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [features] wasm = ["wasm-bindgen"]