# 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 = "umu-wrapper" version = "0.2.0" authors = ["Cappy Ishihara "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple templated wrapper for umu-launcher" readme = "README.md" keywords = [ "proton", "steam", "launcher", "umu", "wine", ] categories = [ "command-line-utilities", "games", ] license = "MIT" repository = "https://github.com/korewaChino/umu-wrapper" [[bin]] name = "umu-wrapper" path = "src/main.rs" [dependencies.clap] version = "4.5.20" features = [ "derive", "env", ] [dependencies.color-eyre] version = "0.6.3" [dependencies.dirs] version = "5.0.1" [dependencies.serde] version = "1.0.215" features = ["derive"] [dependencies.thiserror] version = "2.0.3" [dependencies.toml] version = "0.8.19" [dependencies.tracing] version = "0.1.40" features = ["log"] [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"]