[package]
edition = "2024"
name = "microslop"
version = "0.3.3"
authors = ["Anatnaso <antondev@kuthy.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Turn your text into beautifully chaotic, glitchy, Wandoze-level slop."
homepage = "https://github.com/Anothernaso/microslop"
readme = "README.md"
keywords = [
"glitch",
"slop",
"text",
"unicode",
]
categories = ["text-processing"]
license = "MIT"
repository = "https://github.com/Anothernaso/microslop"
[package.metadata.docs.rs]
all-features = true
[lib]
name = "microslop"
crate-type = [
"rlib",
"cdylib",
]
path = "src/lib.rs"
[[example]]
name = "hallslopinate"
path = "examples/hallslopinate.rs"
[[example]]
name = "hallucinate"
path = "examples/hallucinate.rs"
[[example]]
name = "slopify"
path = "examples/slopify.rs"
[[example]]
name = "sloppy_panic"
path = "examples/sloppy_panic.rs"
[dependencies.rand]
version = "0.9.2"