# 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.3.0" authors = [ "Roman Shishkin ", "Robin Appelman ", ] build = false exclude = ["/tests"] autobins = false autoexamples = false autotests = false autobenches = false description = "Valve Texture format library for Rust" readme = "README.md" license = "MIT" repository = "https://github.com/roman901/vtf-rs" [lib] name = "vtf" path = "src/lib.rs" [[example]] name = "info" path = "examples/info.rs" [[example]] name = "png" path = "examples/png.rs" [[example]] name = "vtf" path = "examples/vtf.rs" [dependencies.byteorder] version = "1.5.0" [dependencies.err-derive] version = "0.3.1" [dependencies.image] version = "0.25.2" [dependencies.num_enum] version = "0.7.2" [dependencies.parse-display] version = "0.10.0" [dependencies.texpresso] version = "2.0.1"