v_jsonescape 0.9.0

The simd optimized JSON escaping code
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 = "v_jsonescape"
version = "0.9.0"
authors = ["Juan Aguilar Santillana <mhpoin@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The simd optimized JSON escaping code"
documentation = "https://docs.rs/v_jsonescape"
readme = "README.md"
keywords = [
    "json",
    "escaping",
    "simd",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/zzau13/v_escape"
resolver = "2"

[package.metadata.docs.rs]
all-features = true

[badges.maintenance]
status = "actively-developed"

[features]
alloc = ["v_escape-base/alloc"]
bytes = ["v_escape-base/bytes"]
default = [
    "std",
    "string",
    "fmt",
    "bytes",
]
fmt = ["v_escape-base/fmt"]
std = [
    "v_escape-base/std",
    "alloc",
]
string = ["v_escape-base/string"]

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

[[test]]
name = "lib"
path = "tests/lib.rs"

[dependencies.v_escape-base]
version = "0.1.0"