string_wizard 1.2.0

manipulate string like a wizard
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 = "string_wizard"
version = "1.2.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "manipulate string like a wizard"
readme = "README.md"
license = "MIT"

[package.metadata.cargo-shear]
ignored = ["serde"]

[features]
default = [
    "sourcemap",
    "serde",
]
serde = [
    "dep:serde",
    "oxc_index/serde",
]
sourcemap = ["dep:oxc_sourcemap"]

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

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

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

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

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

[dependencies.memchr]
version = "2.8.2"

[dependencies.oxc_index]
version = "5"
features = [
    "rayon",
    "serde",
]

[dependencies.oxc_sourcemap]
version = "8.1.0"
optional = true

[dependencies.regex]
version = "1.13.0"
features = [
    "std",
    "perf",
    "unicode-perl",
    "unicode-case",
]
default-features = false

[dependencies.rustc-hash]
version = "2.1.3"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]
optional = true

[dev-dependencies.insta]
version = "1.48.0"