bt_string_utils 0.2.7

Basic string operations
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 = "bt_string_utils"
version = "0.2.7"
authors = ["calvarez <calvarez@bachuetech.biz>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Basic string operations"
homepage = "https://github.com/bachuetech/bt_string_utils"
readme = "README.md"
keywords = [
    "strings",
    "split",
    "remove",
]
categories = [
    "value-formatting",
    "development-tools",
]
license = "GPL-3.0-only"
repository = "https://github.com/bachuetech/bt_string_utils"

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

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

[dependencies.rand]
version = "0.9.2"

[dependencies.regex]
version = "1.12.2"