microslop 0.3.3

Turn your text into beautifully chaotic, glitchy, Wandoze-level slop.
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"
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"