# 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.10" authors = [ "Marko Mijalkovic ", "Paul Sajna ", ] build = "build.rs" 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" [lib] name = "psp" crate-type = [ "lib", "staticlib", ] path = "src/lib.rs" [dependencies.bitflags] version = "2.5.0" [dependencies.embedded-graphics-core] version = "0.4.0" optional = true [dependencies.libm] version = "0.2.1" [dependencies.num_enum] version = "0.7.2" default-features = false [dependencies.num_enum_derive] version = "0.7.2" default-features = false [dependencies.paste] version = "1.0.1" [dependencies.unstringify] version = "0.1.4" [features] default = [] embedded-graphics = ["dep:embedded-graphics-core"] std = [] stub-only = []