# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "wyvern" version = "1.4.1" authors = ["nicohman "] description = "A simple CLI tool for installing and maintaining linux GOG games" readme = "README.md" keywords = ["gog", "games", "gaming"] categories = ["games", "command-line-interface"] license = "GPL-3.0" repository = "https://git.sr.ht/~nicohman/wyvern" [[bin]] name = "wyvern" path = "src/main.rs" [dependencies.clap-verbosity-flag] version = "0.2.0" [dependencies.confy] version = "0.3.1" [dependencies.console] version = "0.7.0" [dependencies.crc] version = "1.8.1" [dependencies.curl] version = "0.4" [dependencies.dialoguer] version = "0.4.0" [dependencies.dirs] version = "1.0.4" [dependencies.eidolon] version = "1.4.6" optional = true [dependencies.gog] version = "0.4.0" [dependencies.human-panic] version = "1.0.1" [dependencies.indicatif] version = "0.10.3" [dependencies.inflate] version = "0.4.4" [dependencies.lazy_static] version = "1" [dependencies.log] version = "0.4" [dependencies.rayon] version = "1.0.3" [dependencies.reqwest] version = "0.9.9" [dependencies.serde] version = "1.0.70" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.structopt] version = "0.2.10" [dependencies.tempfile] version = "2" [dependencies.toml] version = "0.4.10" [dependencies.url] version = "1.7.2" [dependencies.walkdir] version = "2" [dependencies.zip] version = "0.5" [features] eidolonint = ["eidolon"]