# 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" rust-version = "1.70.0" name = "hpk" version = "0.3.12" authors = ["Constantin Nickel "] include = [ "src/**/*", "LICENSE", "README.md", ] description = "HPK archiver for Haemimont Engine game files (Tropico 3-5, Omerta, Victor Vran, Surviving Mars etc.)" readme = "README.md" keywords = [ "archive", "hpk", ] categories = ["command-line-utilities"] license = "GPL-3.0" repository = "https://github.com/nickelc/hpk" [profile.release] lto = true strip = true [lib] name = "hpk" path = "src/hpk/mod.rs" [[bin]] name = "hpk" path = "src/main.rs" [dependencies.byteorder] version = "1" [dependencies.clap] version = "4.4" features = [ "std", "cargo", "help", "usage", "error-context", ] default-features = false [dependencies.filetime] version = "0.2" [dependencies.flate2] version = "1" [dependencies.glob] version = "0.3" [dependencies.lz4] version = "1" optional = true [dependencies.lz4-compress] version = "0.1" [dependencies.nom] version = "7.1" default-features = false [dependencies.tempfile] version = "3" [dependencies.walkdir] version = "2" [dependencies.zstd] version = "0.12" [features] lz4frame = ["lz4"]