# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "aconv" version = "0.1.4" authors = ["kena0ki"] exclude = ["test_data/", "tests/", "output/"] description = "Converts texts from the auto-detected encoding to UTF-8 or a specified encoding" readme = "README.md" keywords = ["encoding", "unicode", "i18n", "CJK", "iconv"] categories = ["encoding", "text-processing", "internationalization", "command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/kena0ki/aconv" [dependencies.chardetng] version = "0.1.14" [dependencies.encoding_rs] version = "0.8.28" features = ["fast-legacy-encode"] [dependencies.exitcode] version = "1.1.2" [dependencies.structopt] version = "0.3.23" [dependencies.transcoding_rs] version = "0.1.0" [dev-dependencies.assert_cmd] version = "2.0.2" [dev-dependencies.insta] version = "1.8.0" [dev-dependencies.walkdir] version = "2"