play96 0.3.2

Programmable libretro harness for *96 fantasy-console cores
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 = "2024"
rust-version = "1.88"
name = "play96"
version = "0.3.2"
build = false
include = [
    "/src/**",
    "/include/**",
    "/Cargo.toml",
    "/Cargo.lock",
    "/README.md",
    "/LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Programmable libretro harness for *96 fantasy-console cores"
homepage = "https://codeberg.org/compu96/play96"
documentation = "https://docs.rs/play96"
readme = "README.md"
keywords = [
    "libretro",
    "testing",
    "emulator",
    "game",
    "deterministic",
]
categories = [
    "development-tools::testing",
    "game-development",
]
license = "MIT"
repository = "https://codeberg.org/compu96/play96"

[lib]
name = "play96"
crate-type = [
    "rlib",
    "cdylib",
    "staticlib",
]
path = "src/lib.rs"

[dependencies.libloading]
version = "0.9"

[dependencies.png]
version = "0.18"