zifu 0.3.0

Repair corrupted file names in ZIP archives
Documentation
[dependencies.ansi_term]
version = "0.12.1"

[dependencies.anyhow]
version = "1.0.32"

[dependencies.byteorder]
version = "1.3.4"

[dependencies.bytesize]
version = "1.0.1"

[dependencies.clap]
version = "3.0.0-beta.1"

[dependencies.codepage]
version = "0.1.1"

[dependencies.encoding_rs]
version = "0.8.23"

[dependencies.hfs_nfd]
version = "1"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.locale_config]
version = "0.3.0"

[dependencies.locale_name_code_page]
version = "<2"

[dependencies.oem_cp]
version = "0"

[dependencies.regex]
version = "1"

[dependencies.thiserror]
version = "1.0.20"

[package]
authors = ["Tatsunori Uchino <tats.u@live.jp>"]
categories = ["command-line-utilities"]
description = "Repair corrupted file names in ZIP archives"
edition = "2018"
keywords = ["zip", "archive", "utf-8", "encoding"]
license = "MIT"
name = "zifu"
readme = "README.md"
repository = "https://github.com/tats-u/zifu/"
version = "0.3.0"
[package.metadata.deb]
extended-description = "zifu is a command line tool to fix Windows-dependent encoded filenames of ZIP files.\n\nIn general, only ASCII characters are allowed for file names in a ZIP archive. However, uninformed non-English Windows users may include files with names in their native languages. Unfortunately, the ZIP archiver in Windows implicitly encodes the file names in encodings other than UTF-8, so they are garbled when unzipped under Linux.\nThis tool automatically detects the encoding of the files in the ZIP archive and explicitly re-encodes them as UTF-8, so that you can unzip them without any garbled characters even with the ZIP archiver bundled in Linux."