# 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 = "2021" name = "spongebob" version = "2.0.0" authors = ["Adam Sasine "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A utility to convert text to spongebob case a.k.a tHe MoCkInG sPoNgEbOb MeMe." homepage = "https://github.com/asasine/spongebob" readme = "README.md" categories = [ "command-line-utilities", "text-processing", ] license = "MIT" repository = "https://github.com/asasine/spongebob" [lib] name = "spongebob" path = "src/lib.rs" [[bin]] name = "goodboye" path = "src/bin/goodboye.rs" [[bin]] name = "spongebob" path = "src/main.rs" [dependencies.anstyle] version = "1.0.7" [dependencies.clap] version = "4.5" features = [ "derive", "unicode", ] [dependencies.human-panic] version = "2.0" [dependencies.rand] version = "0.8" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.predicates] version = "3.1"