# 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 = "snes-gfx" version = "0.1.5" authors = ["Simon "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for processing SNES-graphics data and nametables." readme = "README.md" keywords = [ "snes", "graphics", "tile", "tilemap", ] license = "MIT" repository = "https://github.com/NibbleOfAnOctet/shadowresources/tree/main/libs/snes-gfx" [lib] name = "snes_gfx" path = "src/lib.rs" [dependencies.byteorder] version = "1.5.0" [dependencies.image] version = "0.25.2" [dev-dependencies.mockall] version = "0.13.0"