asmjson 0.1.0

A fast JSON parser using AVX-512/AVX2/SWAR classifiers
Documentation
# 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 = "2024"
name = "asmjson"
version = "0.1.0"
authors = ["Amy Thomason"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast JSON parser using AVX-512/AVX2/SWAR classifiers"
readme = false
keywords = [
    "json",
    "parser",
    "simd",
    "avx512",
    "fast",
]
categories = [
    "parsing",
    "encoding",
]
license = "MIT"
repository = "https://github.com/andy-thomason/asmjson"

[features]
stats = []

[lib]
name = "asmjson"
path = "src/lib.rs"

[[bench]]
name = "parse"
path = "benches/parse.rs"
harness = false

[dependencies]

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.simd-json]
version = "0.17"
default-features = false

[profile.bench]
debug = 1