# 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 = "psx" version = "0.1.6" authors = ["Ayrton Muñoz "] description = "Library for developing homebrew for the Sony PlayStation 1" readme = "README.md" keywords = [ "playstation", "homebrew", "no_std", ] categories = [ "embedded", "game-development", "no-std", ] license = "MIT" repository = "https://github.com/ayrtonm/psx-sdk-rs" [package.metadata.docs.rs] targets = ["mipsel-unknown-linux-gnu"] rustc-args = [ "--cfg", "heap", ] cargo-args = [ "--features", "psx/heap", ] [dependencies.linked_list_allocator] version = "0.9.1" features = ["const_mut_refs"] optional = true default-features = false [dev-dependencies.aligned] version = "0.4.0" [dev-dependencies.const-random] version = "0.1.13" [dev-dependencies.num] version = "0.4.0" default-features = false [features] EU_region = [] J_region = [] NA_region = [] custom_oom = [] heap = ["dep:linked_list_allocator"] loadable_exe = [] min_panic = [] nightlier = []