# 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 = "tonytools" version = "0.5.3" authors = [ "Anthony Fuller", "KingPEPSALT", ] build = false exclude = [ ".vscode/**", ".gitignore", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A library for handling certain Glacier 2 formats." homepage = "https://tonytools.win" readme = "README.md" keywords = [ "glacier", "hitman", ] license = "LGPL-3.0-only" repository = "https://github.com/AnthonyFuller/tonytools-rs" [lib] name = "tonytools" path = "src/lib.rs" [[bin]] name = "hmlanguagetools-rs" path = "src/hmlanguagetools/bin.rs" required-features = ["tools"] [dependencies.bimap] version = "0.6.3" [dependencies.bitchomp] version = "0.2.8" [dependencies.byteorder] version = "1.5.0" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.crc32fast] version = "1.4.0" [dependencies.extended-tea] version = "0.1.1" [dependencies.fancy-regex] version = "0.13.0" [dependencies.glob] version = "0.3.1" [dependencies.indexmap] version = "2.2.5" [dependencies.intel_tex_2] version = "0.4.0" [dependencies.lz4_flex] version = "0.11.2" [dependencies.md5] version = "0.7.0" [dependencies.num] version = "0.4.1" [dependencies.once_cell] version = "1.19.0" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" features = ["preserve_order"] [dependencies.strum_macros] version = "0.26.2" [dependencies.texture2ddecoder] version = "0.1.1" [features] tools = []