[dependencies]
[lib]
name = "text_fx"
path = "src/lib.rs"
[package]
authors = ["Max Zhang <yunxinyi@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["text-processing", "command-line-utilities"]
description = "A collection of text processing utilities for Rust."
documentation = "https://docs.rs/text-fx"
edition = "2024"
exclude = [".github/", "examples/", "tests/", "target/", ".gitignore", ".vscode/", "*.rs.bk"]
homepage = "https://github.com/enterprise-search/text-fx"
keywords = ["text", "processing", "utilities", "string"]
license = "MIT"
name = "text-fx"
readme = "README.md"
repository = "https://github.com/enterprise-search/text-fx"
version = "0.2.1"