# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g. crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [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." homepage = "https://github.com/hsivonen/recode_rs" documentation = "https://github.com/hsivonen/recode_rs" readme = "README.md" keywords = ["encoding", "charset", "unicode"] categories = ["text-processing", "encoding", "command-line-utilities"] license = "MIT/Apache-2.0" repository = "https://github.com/hsivonen/recode_rs" [profile.release] lto = true [dependencies.encoding_rs] version = "0.8.11" features = ["fast-legacy-encode"] [dependencies.getopts] version = "0.2.14" [features] simd-accel = ["encoding_rs/simd-accel"]