[package] name = "recode_rs" version = "1.0.6" authors = ["Henri Sivonen "] description = "Command-line tool for converting between the character encodings defined in the Encoding Standard." license = "MIT/Apache-2.0" readme = "README.md" documentation = "https://github.com/hsivonen/recode_rs" homepage = "https://github.com/hsivonen/recode_rs" repository = "https://github.com/hsivonen/recode_rs" keywords = ["encoding", "charset", "unicode"] categories = ["text-processing", "encoding", "command-line-utilities"] [features] simd-accel = ["encoding_rs/simd-accel"] [dependencies] getopts = "0.2.14" [dependencies.encoding_rs] version = "0.8.11" features = ["fast-legacy-encode"] [profile.release] lto = true