psp 0.3.13

A library for building full PSP modules, including both PRX plugins and regular homebrew apps.
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 = "2018"
name = "psp"
version = "0.3.13"
authors = [
    "Marko Mijalkovic <marko.mijalkovic97@gmail.com>",
    "Paul Sajna <sajattack@gmail.com>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for building full PSP modules, including both PRX plugins and regular homebrew apps."
readme = "README.md"
license = "MIT"
repository = "https://github.com/overdrivenpotato/rust-psp"
resolver = "2"

[features]
default = []
embedded-graphics = ["dep:embedded-graphics-core"]
std = []
stub-only = []

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

[dependencies.bitflags]
version = "2.6.0"

[dependencies.embedded-graphics-core]
version = "0.4.0"
optional = true

[dependencies.libm]
version = "0.2.8"

[dependencies.num_enum]
version = "0.7.3"
default-features = false

[dependencies.num_enum_derive]
version = "0.7.3"
default-features = false

[dependencies.paste]
version = "1.0.15"

[dependencies.unstringify]
version = "0.1.4"