# 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.63.0" name = "tmod-unpacker" version = "1.0.1" authors = ["Campbell Cole "] exclude = [ "flake.nix", "flake.lock", ] publish = true description = "A simple CLI to unpack .tmod files, written in pure Rust." homepage = "https://github.com/campbellcole/tmod-unpacker" documentation = "https://github.com/campbellcole/tmod-unpacker" readme = "README.md" keywords = [ "tmod", "terraria", "unpacker", "cli", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/campbellcole/tmod-unpacker" [dependencies.binary_rw] version = "4.0.4" [dependencies.env_logger] version = "0.10.0" [dependencies.flate2] version = "1.0.25" [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4.17" [dependencies.progress_bar] version = "1.0.3" [dependencies.thiserror] version = "1.0.38"