# 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 = "glacier-texture" version = "1.0.0" description = "Read and write Glacier Texture files" keywords = [ "texture", "hitman", "glacier", "modding", "DirectX", ] categories = [ "game-development", "data-structures", "parser-implementations", ] license = "Apache-2.0" repository = "https://github.com/dafitius/glacierformats-rs" [dependencies.binrw] version = "0.14.1" [dependencies.bitfield-struct] version = "0.9.3" [dependencies.directxtex] version = "1.0.0" [dependencies.lz4] version = "1.28.0" [dependencies.rpkg-rs] version = "1.1.2" features = ["path-list"] optional = true [dependencies.serde] version = "1.0.215" features = ["serde_derive"] [dependencies.thiserror] version = "2.0.6" [dev-dependencies.anyhow] version = "1.0.94" [dev-dependencies.clap] version = "4.5.23" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.133" [dev-dependencies.walkdir] version = "2.5.0" [features] default = ["rpkg"] rpkg = ["dep:rpkg-rs"] unstable = [] [badges.maintenance] status = "actively-developed"