# 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-system" version = "0.3.13" authors = ["Alex Koz "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "High-level System API built on-top of Playdate API" homepage = "https://github.com/boozook/playdate" readme = "README.md" keywords = [ "playdate", "sdk", "api", "gamedev", ] categories = [ "game-development", "api-bindings", "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", ] [package.metadata.playdate] bundle-id = "rs.playdate.system" [lib] name = "playdate_system" path = "src/lib.rs" [[example]] name = "handler-boxed" crate-type = [ "dylib", "staticlib", ] path = "examples/handler-boxed.rs" required-features = [ "sys/entry-point", "sys/lang-items", ] [[example]] name = "handler-static" crate-type = [ "dylib", "staticlib", ] path = "examples/handler-static.rs" required-features = [ "sys/entry-point", "sys/lang-items", ] [[example]] name = "handler-pinned" crate-type = [ "dylib", "staticlib", ] path = "examples/handler-pinned.rs" required-features = [ "sys/entry-point", "sys/lang-items", ] [[example]] name = "set-serial-message-callback" crate-type = [ "dylib", "staticlib", ] path = "examples/set-serial-message-callback.rs" [[example]] name = "update-state-in-serial-message-callback" crate-type = [ "dylib", "staticlib", ] path = "examples/update-state-in-serial-message-callback.rs" required-features = [ "sys/entry-point", "sys/lang-items", ] [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"] try-trait-v2 = ["sys/try-trait-v2"]