# 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 = "agb_image_converter" version = "0.21.1" authors = ["Gwilym Inzani "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library for converting graphics for use on the Game Boy Advance" readme = false license = "MPL-2.0" repository = "https://github.com/agbrs/agb" [lib] name = "agb_image_converter" path = "src/lib.rs" proc-macro = true [dependencies.asefile] version = "0.3.8" [dependencies.fontdue] version = "0.9" [dependencies.image] version = "0.24" features = [ "png", "bmp", ] default-features = false [dependencies.pagination-packing] version = "2.1.0" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.syn] version = "2" features = [ "proc-macro", "parsing", ] [dev-dependencies.quickcheck] version = "1"