json-escape-simd 3.1.2

Optimized SIMD routines for escaping JSON strings.
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"
rust-version = "1.85.0"
name = "json-escape-simd"
version = "3.1.2"
build = false
include = ["src/**/*.rs"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Optimized SIMD routines for escaping JSON strings."
homepage = "https://github.com/napi-rs/escape-simd"
readme = "README.md"
license = "MIT"
repository = "https://github.com/napi-rs/escape-simd"

[features]
asan = ["escape-simd/asan"]
avx512 = ["escape-simd/avx512"]
codspeed = ["criterion2/codspeed"]
default = []

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

[dependencies.escape-simd]
version = "0.1.0"
features = ["json"]

[dev-dependencies.criterion2]
version = "3"

[dev-dependencies.glob]
version = "0.3"

[dev-dependencies.json-escape]
version = "0.3.0"

[dev-dependencies.rand]
version = "0.10"

[dev-dependencies.serde]
version = "1"

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.sonic-rs]
version = "0.5"

[dev-dependencies.v_jsonescape]
version = "0.9"