# 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-call" version = "3.1.2" authors = ["Avery Murray "] description = "Run any Windows program through Valve's Proton" readme = "README.md" keywords = [ "wine", "valve", "steam", "proton", ] license = "MIT" repository = "https://github.com/caverym/proton-caller" [profile.release] opt-level = "z" lto = true codegen-units = 1 [dependencies.bincode] version = "1.3.3" [dependencies.jargon-args] version = "0.2.5" [dependencies.lliw] version = "0.2.0" [dependencies.serde] version = "1.0.132" features = ["derive"] [dependencies.toml] version = "0.5.8"