# 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 = "uefi-graphics-driver" version = "0.1.1" authors = ["GengYage"] 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/GengYage/uefi-graphics-driver" [dependencies.embedded-graphics-core] version = "0.3.3" [dependencies.uefi] version = "0.20" [dependencies.uefi-services] version = "0.17" [dev-dependencies.embedded-graphics] version = "0.7.1" [dev-dependencies.log] version = "0.4"