[package] name = "thicc" version = "0.0.0" authors = ["James Whaley "] description = "A wide character string library." edition = "2018" license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/Juici/thicc" documentation = "https://docs.rs/thicc" [features] default = [] std = [] alloc = [] [dependencies] cfg-if = "1.0" libc = "0.2"