# 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 = "playdate-color" version = "0.2.5" authors = ["Alex Koz "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Color extension for Playdate API" homepage = "https://github.com/boozook/playdate" readme = "README.md" keywords = [ "playdate", "sdk", "api", "gamedev", ] categories = [ "game-development", "api-bindings", "graphics", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/boozook/playdate.git" [package.metadata.docs.rs] all-features = false cargo-args = [ "-Zunstable-options", "-Zrustdoc-scrape-examples", "-Zbuild-std=core,alloc", ] default-target = "thumbv7em-none-eabihf" features = [ "sys/bindings-derive-default", "sys/bindings-derive-eq", "sys/bindings-derive-copy", "bindings-derive-debug", "sys/bindings-derive-hash", "sys/bindings-derive-ord", "sys/bindings-derive-partialeq", "sys/bindings-derive-partialord", ] rustdoc-args = [ "--cfg", "docsrs", "--show-type-layout", ] [lib] name = "playdate_color" path = "src/lib.rs" [dependencies.sys] version = "0.4" default-features = false package = "playdate-sys" [features] bindgen-runtime = ["sys/bindgen-runtime"] bindgen-static = ["sys/bindgen-static"] bindings-derive-debug = ["sys/bindings-derive-debug"] default = ["sys/default"]