aconv 0.1.2

Converts texts from the auto-detected encoding to UTF-8 or a specified encoding
Documentation
[dependencies.chardetng]
version = "0.1.14"

[dependencies.encoding_rs]
features = ["fast-legacy-encode"]
version = "0.8.28"

[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"

[package]
authors = ["kena0ki"]
categories = ["encoding", "text-processing", "internationalization", "command-line-utilities"]
description = "Converts texts from the auto-detected encoding to UTF-8 or a specified encoding"
edition = "2018"
exclude = ["test_data/", "tests/", "output/"]
keywords = ["encoding", "unicode", "i18n", "CJK", "iconv"]
license = "MIT OR Apache-2.0"
name = "aconv"
readme = "README.md"
repository = "https://github.com/kena0ki/aconv"
version = "0.1.2"