playdate-sys-mock 0.0.0

Runtime mock for testing playdate-sys and dependent crates. Contains own bindings until it fully covers & implements the full functionality of the Playdate's runtime.
Documentation
# 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-sys-mock"
version = "0.0.0"
authors = ["Alex Koz <a@koz.email>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime mock for testing playdate-sys and dependent crates. Contains own bindings until it fully covers & implements the full functionality of the Playdate's runtime."
homepage = "https://github.com/boozook/playdate"
readme = "README.md"
keywords = [
    "playdate",
    "gamedev",
    "mock",
    "test",
]
categories = [
    "development-tools::testing",
    "external-ffi-bindings",
    "game-development",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/boozook/playdate.git"

[package.metadata.docs.rs]
all-features = true

[badges.maintenance]
status = "actively-developed"

[features]
default = ["executor"]
executor = []
sim = []
std = []

[lib]
name = "playdate_sys_mock"
path = "src/lib.rs"

[dependencies]