# 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 = "pigment64" version = "0.4.5" description = "A library for handling conversion between N64 texture formats and modern image formats" readme = "README.md" license = "MIT" repository = "https://github.com/decompals/pigment64" [dependencies.anyhow] version = "1.0.81" [dependencies.byteorder] version = "1.5.0" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.num_enum] version = "0.7.2" [dependencies.png] version = "0.17.13" [dependencies.strum] version = "0.26.2" [dependencies.strum_macros] version = "0.26.2"