[package]
edition = "2024"
name = "bt_string_utils"
version = "0.2.11"
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"
[[test]]
name = "tests2"
path = "tests/tests2.rs"
[dependencies.rand]
version = "0.9.2"
[dependencies.regex]
version = "1.12.2"