[package] authors = ["Zeyla Hellyer "] description = "A crate for generating Zalgo text with defined parameters." documentation = "http://docs.rs/zalgo" homepage = "https://github.com/zeyla/zalgo.rs" keywords = ["zalgo"] license = "ISC" name = "zalgo" readme = "README.md" repository = "https://github.com/zeyla/zalgo.rs.git" version = "0.2.0" [dependencies] rand = "^0.5" [[bin]] doc = false name = "zalgo" path = "bin/zalgo.rs"