# 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 = "zifu" version = "1.1.0" authors = ["Tatsunori Uchino "] include = [ "src/**/*", "Cargo.toml", "Cargo.lock", "README.md", "LICENSE.txt", ] description = "Repair corrupted file names in ZIP archives" readme = "README.md" keywords = [ "zip", "archive", "utf-8", "encoding", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/tats-u/zifu/" [package.metadata.deb] extended-description = """ zifu is a command line tool to fix Windows-dependent encoded filenames of ZIP files. In 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. This 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.""" [dependencies.ansi_term] version = "0.12.1" [dependencies.anyhow] version = "1.0.69" [dependencies.atty] version = "^0.2" [dependencies.clap] version = "4.1.8" features = [ "cargo", "derive", ] [dependencies.lazy_static] version = "1.4.0" [dependencies.once_cell] version = "1.17.1" [dependencies.rand] version = "0.8.5" features = ["std_rng"] [dependencies.thiserror] version = "1.0.38" [dependencies.zifu_core] version = "0.1" [dev-dependencies.rusty-hook] version = "^0.11.2"