# 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 = "2021" name = "ggpk" version = "1.2.2" authors = ["Daniel Dimovski "] description = "Library for GGPK container format used by the game Path of Exile" readme = "README.md" license = "LGPL-3.0-only" repository = "https://github.com/ex-nihil/ggpk" [dependencies.byteorder] version = "1.4.3" [dependencies.log] version = "0.4.17" [dependencies.memmap] version = "0.7.0" [dependencies.rayon] version = "1.5.3" [dependencies.widestring] version = "1.0.2" [dev-dependencies.clap] version = "2.34.0" [dev-dependencies.regex] version = "1.6.0" [dev-dependencies.simplelog] version = "0.12.0"