[package] name = "vtf" description = "Valve Texture format library for Rust" version = "0.3.0" license = "MIT" authors = ["Roman Shishkin ", "Robin Appelman "] repository = "https://github.com/roman901/vtf-rs" edition = "2018" rust-version = "1.67.0" exclude = ["/tests"] [dependencies] image = "0.25.2" texpresso = "2.0.1" err-derive = "0.3.1" parse-display = "0.10.0" num_enum = "0.7.2" byteorder = "1.5.0"