# 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 = "proton-launch" version = "0.3.0" description = "Launch Windows games with Proton" readme = "README.md" license = "MIT" repository = "https://github.com/J00LZ/proton-launch" [[bin]] name = "proton-launch" path = "src/main.rs" required-features = ["commandline"] [dependencies.clap] version = "4.1.10" features = [ "derive", "string", ] optional = true [dependencies.dirs] version = "4.0.0" [dependencies.exe] version = "0.5.6" [dependencies.image] version = "0.24.5" [dependencies.keyvalues-parser] version = "0.1.0" [dependencies.open] version = "4.0.0" [dependencies.serde] version = "1.0.156" features = ["derive"] [dependencies.serde_ini] version = "0.2.0" [dependencies.tar] version = "0.4.38" [dependencies.thiserror] version = "1.0.39" [dependencies.time] version = "0.3.20" [dependencies.toml] version = "0.7.3" [dependencies.walkdir] version = "2.3.3" [dependencies.xdg] version = "2.4" [dependencies.zip] version = "0.6.4" [dependencies.zstd] version = "0.12.3" [features] commandline = ["clap"] default = ["commandline"]