# 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_core" version = "0.1.1" authors = ["Tatsunori Uchino "] include = ["src/**/*", "Cargo.toml", "Cargo.lock", "README.md", "LICENSE.txt"] description = "Core library for zifu (command line tool to fix Windows-dependent encoded filenames of ZIP files)" readme = "README.md" keywords = ["zip", "archive", "utf-8", "encoding"] categories = ["data-structures"] license = "MIT" repository = "https://github.com/tats-u/zifu-core/" [dependencies.anyhow] version = "1.0.44" [dependencies.byteorder] version = "1.4.3" [dependencies.bytesize] version = "1.1.0" [dependencies.codepage] version = "0.1.1" [dependencies.encoding_rs] version = "0.8.28" [dependencies.hfs_nfd] version = "2" [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 = "1.1.0" [dependencies.regex] version = "1" [dependencies.zip_structs] version = "^0.2" [dev-dependencies.rusty-hook] version = "^0.11.2" [dev-dependencies.tempfile] version = "3.2.0" [dev-dependencies.which] version = "4.2.2"