unescape_zero_copy 2.4.0

Unescape strings without allocating memory
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 = "2021"
rust-version = "1.84.0"
name = "unescape_zero_copy"
version = "2.4.0"
authors = ["Ben Kelley"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unescape strings without allocating memory"
homepage = "https://crates.io/crates/unescape_zero_copy"
readme = "README.md"
keywords = [
    "escape",
    "string",
    "unescape",
]
license = "MIT"
repository = "https://github.com/MWPuppire/unescape_zero_copy"

[features]
alloc = []
default = ["std"]
std = []

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

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

[dev-dependencies.quickcheck]
version = "1.0.3"

[dev-dependencies.quickcheck_macros]
version = "1.0.0"