# 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 = "ge-man" version = "0.1.3" include = [ "**/*.rs", "Cargo.toml", ] description = "A manager for GE Proton and Wine GE versions." readme = "README.md" keywords = [ "GloriousEgroll", "Steam", "Lutris", "GE-Proton", "Wine-GE", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/Compile-Time/GE-Man" [[bin]] name = "geman" path = "src/main.rs" [dependencies.anyhow] version = "1.0.57" [dependencies.clap] version = "3.2.5" features = ["cargo"] [dependencies.ge-man-lib] version = "0.2.0" [dependencies.indicatif] version = "0.16.2" [dependencies.itertools] version = "0.10.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_json] version = "1.0.81" [dev-dependencies.assert_fs] version = "1.0.7" [dev-dependencies.httpmock] version = "0.6.6" [dev-dependencies.mockall] version = "0.11.1" [dev-dependencies.predicates] version = "2.1.1" [dev-dependencies.test-case] version = "2.1.0" [features] vendored-openssl = ["ge-man-lib/vendored-openssl"]