trimothy 0.9.2

Traits for trimming slices, vecs, and strings.
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"
rust-version = "1.88"
name = "trimothy"
version = "0.9.2"
authors = ["Josh Stoik <josh@blobfolio.com>"]
build = false
exclude = [
    ".github",
    ".gitignore",
    ".righteous-sandbox.json",
    "doc",
    "justfile",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Traits for trimming slices, vecs, and strings."
readme = "README.md"
keywords = ["trim"]
categories = ["no-std"]
license = "WTFPL"
repository = "https://github.com/Blobfolio/trimothy"

[package.metadata.bashman]
name = "Trimothy"

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

[[bench]]
name = "fn_trim_mut"
path = "benches/fn_trim_mut.rs"
harness = false

[[bench]]
name = "fn_trim_normal"
path = "benches/fn_trim_normal.rs"
harness = false

[[bench]]
name = "fn_trim_slice"
path = "benches/fn_trim_slice.rs"
harness = false

[dev-dependencies.brunch]
version = "0.11.*"