# 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" rust-version = "1.71" name = "embedded-canvas" version = "0.3.1" authors = [ "Lechev.space ", "Lachezar Lechev", ] description = "Draw anything with ease on the Canvas before drawing it to your small hardware display" homepage = "https://github.com/LechevSpace/embedded-canvas" documentation = "https://docs.rs/embedded-canvas" readme = "README.md" keywords = [ "embedded-graphics", "graphics", "embedded", ] categories = [ "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/LechevSpace/embedded-canvas" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[example]] name = "canvas" required-features = ["embedded-graphics"] [[example]] name = "transparency" required-features = ["embedded-graphics"] [[example]] name = "cropped_text" required-features = ["embedded-graphics"] [dependencies.embedded-graphics] version = "0.8" optional = true [dependencies.embedded-graphics-core] version = "0.4" [dev-dependencies.embedded-graphics-simulator] version = "0.6" [features] alloc = [] default = [ "transform", "alloc", ] transform = ["embedded-graphics"]