# 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 = "rust-json-parse" version = "0.6.4" description = "An optimized JSON parser using SIMD and an arena allocator" homepage = "https://github.com/brochweb/rust-json-parse" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/brochweb/rust-json-parse" resolver = "1" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.bumpalo] version = "3" features = [ "collections", "boxed", ] [dependencies.hashbrown] version = "0.13" features = ["bumpalo"] [dependencies.itertools] version = "0.10" [dependencies.simdutf8] version = "0.1" features = ["aarch64_neon"] [dependencies.thiserror] version = "1"