# 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 = "embedded-graphics-simulator" version = "0.7.0" authors = [ "James Waples ", "Ralf Fuest ", ] exclude = [ "/.circleci/", "/.github/", ".gitignore", ] description = "Embedded graphics simulator" documentation = "https://docs.rs/embedded-graphics-simulator" readme = "./README.md" keywords = [ "embedded-graphics", "simulator", "graphics", "embedded", ] categories = [ "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/embedded-graphics/simulator" [dependencies.base64] version = "0.22.1" [dependencies.embedded-graphics] version = "0.8.1" [dependencies.image] version = "0.25.1" features = ["png"] default-features = false [dependencies.ouroboros] version = "0.18.0" optional = true [dependencies.sdl2] version = "0.37.0" optional = true [features] default = ["with-sdl"] fixed_point = ["embedded-graphics/fixed_point"] with-sdl = [ "sdl2", "ouroboros", ] [badges.circle-ci] branch = "master" repository = "embedded-graphics/simulator"