[package] name = "iconv" description = "iconv bindings for Rust" version = "0.1.1" authors = ["ShuYu Wang ", "hhggit "] repository = "https://github.com/andelf/rust-iconv" license = "MIT" keywords = ["iconv", "encoding"] edition = "2018" [dependencies] libc = "0.2.97" dyn_buf = "0.1.0"