hpk 0.3.3

HPK archiver for Haemimont Engine game files (Tropico 3-5, Omerta, Victor Vran, Surviving Mars etc.)
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "hpk"
version = "0.3.3"
authors = ["Constantin Nickel <constantin.nickel@gmail.com>"]
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

[lib]
name = "hpk"
path = "src/hpk/mod.rs"

[[bin]]
name = "hpk"
path = "src/main.rs"
[dependencies.byteorder]
version = "1"

[dependencies.clap]
version = "^2"
default-features = false

[dependencies.filetime]
version = "0.2"

[dependencies.flate2]
version = "1"

[dependencies.glob]
version = "0.2"

[dependencies.lz4]
version = "1"
optional = true

[dependencies.lz4-compress]
version = "0.1"

[dependencies.nom]
version = "4"

[dependencies.tempfile]
version = "3"

[dependencies.walkdir]
version = "2"

[dependencies.zstd]
version = "0.4.22"

[features]
lz4frame = ["lz4"]