# 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 = "2018" name = "uefi-graphics" version = "0.4.0" authors = ["Diana"] description = "An embedded-graphics display driver for UEFI environments" readme = "README.md" keywords = ["uefi", "graphics", "no-std", "embedded"] categories = ["no-std", "embedded", "hardware-support"] license = "MIT OR Apache-2.0" repository = "https://github.com/DianaNites/uefi-graphics" [dependencies.embedded-graphics-core] version = "0.3.2"