# 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 = "trapezoid" version = "0.1.2" authors = ["Amjad Alsharafi "] description = "A PSX emulator, backed by vulkano for rendering" readme = "README.md" keywords = [ "psx", "emulator", "vulkan", "rust", ] categories = [ "emulators", "games-and-graphics", ] license = "MIT" repository = "https://github.com/Amjad50/trapezoid" [profile.dev] opt-level = 2 [profile.release] debug = 2 [dependencies.clap] version = "4.2" features = ["derive"] [dependencies.dynwave] version = "0.1.0" [dependencies.env_logger] version = "0.11" features = ["auto-color"] default-features = false [dependencies.log] version = "0.4" [dependencies.rustyline] version = "13.0" optional = true default-features = false [dependencies.trapezoid-core] version = "0.1.2" [dependencies.vulkano] version = "0.33" [dependencies.vulkano-win] version = "0.33" [dependencies.winit] version = "0.28" [features] debugger = [ "trapezoid-core/debugger", "dep:rustyline", ] default = ["debugger"]