text_utils_s 0.1.5

Crate for edit array. Example delete duplicate in array. Clear string
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 = "text_utils_s"
version = "0.1.5"
authors = ["Mayak @"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Crate for edit array. Example delete duplicate in array. Clear string"
documentation = "https://docs.rs/text_utils_s"
readme = "README.md"
keywords = [
    "regex",
    "strings",
    "collections",
    "unique",
    "deduplication",
]
categories = [
    "text-processing",
    "data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Mayakq/text_utils"
resolver = "3"

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

[dependencies.regex]
version = "1.11.1"