# 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 = "zip_structs" version = "0.2.1" authors = ["Tatsunori Uchino "] include = [ "src/**/*", "Cargo.toml", "README.md", "LICENSE", ] description = "ZIP archives structures handling library" readme = "README.md" keywords = [ "zip", "archive", ] categories = [ "parsing", "filesystem", ] license = "MIT" repository = "https://github.com/tats-u/rust-zip-structs/" [dependencies.byteorder] version = "1.4.3" [dependencies.bytesize] version = "1.1.0" [dependencies.thiserror] version = "1.0.37" [dev-dependencies.anyhow] version = "1.0.66" [dev-dependencies.rusty-hook] version = "0.11.2" [dev-dependencies.vfs] version = "0.5.2"