# 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 = "2018" name = "owoify_rs" version = "1.1.0" authors = ["Chehui Chou"] description = "This Rust port of mohan-cao's owoify-js is released under MIT license, which is also the same license of owoify-js. This simple library will turn any string into nonsensical babyspeak similar to what LeafySweet's infamous Chrome extension did." homepage = "https://github.com/deadshot465/owoify_rs" readme = "README.md" keywords = [ "fun", "nonsense", "curse", "baby", "babyspeak", ] license = "MIT" repository = "https://github.com/deadshot465/owoify_rs" [dependencies.lazy_static] version = "~1.4.0" [dependencies.rand] version = "~0.8.3" [dependencies.regex] version = "1"