# 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 = "rvtf" version = "1.0.0" authors = ["Daxanius"] description = "Rust-VTF is a command-line tool for cross-platform image format conversion, with support for Valve's VTF format." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/Daxanius/rvtf" [dependencies.clap] version = "4.1.8" features = ["derive"] [dependencies.image] version = "0.23.14" [dependencies.vtf] version = "0.1.5" [dependencies.vtflib] version = "0.2.1" features = ["static"] [dependencies.walkdir] version = "2.3.2"