# 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 = "enjoy" version = "0.5.0" authors = ["Tuncay D "] publish = true description = "Play any game rom with associated emulator in RetroArch" readme = "README.md" keywords = [ "retroarch", "libretro", "emulation", "run", "launcher", ] categories = [ "command-line-utilities", "emulators", ] license-file = "LICENSE" repository = "https://github.com/thingsiplay/enjoy/" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = "symbols" [dependencies.atty] version = "0.2" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.configparser] version = "3.0" features = ["indexmap"] [dependencies.indexmap] version = "2.2" [dependencies.open] version = "5.1" [dependencies.shellexpand] version = "3.1" [dependencies.shlex] version = "1.3" [dependencies.wildmatch] version = "2.3"