# 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 = "hifijson" version = "0.2.2" authors = ["Michael Färber "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "High-fidelity JSON lexer and parser" readme = "README.md" keywords = ["json"] categories = ["parser-implementations"] license = "MIT" repository = "https://github.com/01mf02/hifijson" [lib] name = "hifijson" path = "src/lib.rs" [[example]] name = "bench" path = "examples/bench.rs" [[example]] name = "cat" path = "examples/cat.rs" [[example]] name = "count" path = "examples/count.rs" [[test]] name = "serde" path = "tests/serde.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.serde] version = "1.0.152" optional = true [dev-dependencies.memmap2] version = "0.9" [dev-dependencies.serde_json] version = "1.0.92" features = ["arbitrary_precision"] [features] alloc = [] default = [ "std", "alloc", ] std = []