spongebobizer 0.4.1

Command-line utility that outputs its stdin, converted to 'sPonGeBoB cAsE', and a library to support it
Documentation
[[bench]]
harness = false
name = "benchmark"

[dependencies.unicode-case-mapping]
version = "0.3.0"

[dev-dependencies.criterion]
version = "0.3.5"

[dev-dependencies.criterion-macro]
version = "0.3.4"

[dev-dependencies.focaccia]
version = "1.1.2"

[dev-dependencies.proptest]
default-features = false
features = ["std"]
version = "1.0.0"

[dev-dependencies.test-strategy]
version = "0.2.0"

[package]
authors = ["Mike Cronce <mike@quadra-tec.net>"]
description = "Command-line utility that outputs its stdin, converted to 'sPonGeBoB cAsE', and a library to support it"
edition = "2021"
license = "MIT"
name = "spongebobizer"
repository = "https://gitlab.cronce.io/foss/spongebobizer"
version = "0.4.1"

[profile.dev]
debug = 1

[profile.release]
debug = 1
lto = false
panic = "abort"