# 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 = "pixel_engine_draw" version = "0.7.0" authors = ["maix0 "] exclude = ["Cargo.lock"] description = "The graphics crate used by the pixel_engine" readme = "README.md" license = "MIT" repository = "https://github.com/maix0/pixel_engine" [dependencies.image] version = "0.24.5" [dependencies.once_cell] version = "1.16.0" features = [ "parking_lot", "std", "alloc", ] [dependencies.parking_lot] version = "0.12.1" [dependencies.paste] version = "1.0.9" [dependencies.slab] version = "0.4.7"