[dependencies.nami-core]
version = "0.3.0"
[dependencies.serde]
default-features = false
features = ["alloc"]
optional = true
version = "1.0"
[features]
default = []
serde = ["dep:serde"]
[lib]
name = "waterui_str"
path = "src/lib.rs"
[lints.clippy]
all = "warn"
cargo = "warn"
complexity = "warn"
correctness = "warn"
nursery = "warn"
pedantic = "warn"
perf = "warn"
style = "warn"
suspicious = "warn"
[lints.clippy.multiple_crate_versions]
level = "allow"
priority = 1
[lints.rust]
missing_debug_implementations = "warn"
missing_docs = "warn"
[package]
authors = ["Lexo Liu"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["text-processing", "data-structures"]
description = "String utilities for WaterUI"
edition = "2024"
keywords = ["string", "text", "utilities", "waterui"]
license = "MIT"
name = "waterui-str"
readme = "README.md"
repository = "https://github.com/water-rs/waterui"
resolver = "2"
version = "0.2.1"