# 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 = "tinytga" version = "0.5.0" authors = [ "James Waples ", "Ralf Fuest ", ] exclude = [ "/.github/", "/.circleci/", ".gitignore", ] description = "No-std, low memory footprint TGA image loader" documentation = "https://docs.rs/tinytga" readme = "./README.md" keywords = [ "graphics", "embedded-graphics", "tga", "targa", "image", ] categories = [ "embedded", "no-std", "multimedia::images", ] license = "MIT OR Apache-2.0" repository = "https://github.com/embedded-graphics/tinytga" [[bench]] name = "draw" harness = false [dependencies.embedded-graphics] version = "0.8.0" [dependencies.nom] version = "7.1.1" default-features = false [dev-dependencies.clap] version = "3.2.22" features = ["derive"] [dev-dependencies.criterion] version = "0.3.5" [dev-dependencies.embedded-graphics-simulator] version = "0.5.0" [dev-dependencies.paste] version = "1.0" [badges.circle-ci] branch = "master" repository = "embedded-graphics/tinytga"