# 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 = "tinygif" version = "0.0.4" authors = ["Andelf "] description = "No-std, high memory footprint GIF image loader" homepage = "https://github.com/andelf/tinygif" documentation = "https://docs.rs/tinygif" readme = "README.md" keywords = [ "graphics", "embedded-graphics", "gif", "animation", "image", ] categories = [ "embedded", "no-std", "multimedia::images", ] license = "MIT/Apache-2.0" repository = "https://github.com/andelf/tinygif" [[bench]] name = "decode" harness = false [dependencies.defmt] version = "0.3.4" optional = true [dependencies.embedded-graphics] version = "0.8.0" [dependencies.heapless] version = "0.7.16" [dev-dependencies.bmp] version = "0.5.0" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.nu-pretty-hex] version = "0.81.0" [features] 8k = []