[package] name = "wutf" version = "0.1.0" authors = ["Wojciech Smołka "] edition = "2018" description = "Tool for weird unicode characters inspection. (work in progress)" license = "MIT" readme = "README.md" homepage = "https://github.com/smwoj/wutf" repository = "https://github.com/smwoj/wutf" keywords = ["cli", "unicode", "utf-8", "encoding"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] #ucd-parse = "*" chardet = "0.2" #encoding = "*"