# 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 = "2018" rust-version = "1.67.0" name = "vtf" version = "0.2.1" authors = [ "Roman Shishkin ", "Robin Appelman ", ] exclude = ["/tests"] description = "Valve Texture format library for Rust" readme = "README.md" license = "MIT" repository = "https://github.com/roman901/vtf-rs" [dependencies.byteorder] version = "1.5.0" [dependencies.err-derive] version = "0.3.1" [dependencies.image] version = "0.24.7" [dependencies.num_enum] version = "0.7.1" [dependencies.parse-display] version = "0.8.2" [dependencies.texpresso] version = "2.0.1"