[package] name = "owoify" version = "0.1.5" description = "Text owoification library" repository = "https://github.com/EvilDeaaaadd/owoify" documentation = "https://docs.rs/owoify/" readme = "README.md" license = "MIT" authors = ["EvilDead "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] regex = "1.2.0" rand = "0.7.0"