# 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 = "reshader" version = "1.0.1" authors = ["cozyGalvinism "] exclude = [ "README.md", ".gitignore", "rustfmt.toml", ".github", "shader-list", ] description = "A tool and library for installing ReShade on Linux!" readme = "README.md" license = "LGPL-3.0-only" [lib] name = "reshaderlib" path = "src/lib/lib.rs" [[bin]] name = "reshader" [dependencies.clap] version = "4.1.4" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.dircpy] version = "0.3.14" [dependencies.directories] version = "4.0.1" [dependencies.git2] version = "0.16.1" [dependencies.inquire] version = "0.5.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.open] version = "3.2.0" [dependencies.reqwest] version = "0.11.14" features = ["json"] [dependencies.rust-ini] version = "0.18.0" [dependencies.semver] version = "1.0.16" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.92" [dependencies.shellexpand] version = "3.0.0" [dependencies.strum] version = "0.24.1" features = ["derive"] [dependencies.tempdir] version = "0.3.7" [dependencies.thiserror] version = "1.0.38" [dependencies.tokio] version = "1.25.0" features = ["full"] [dependencies.toml] version = "0.7.2" [dependencies.zip] version = "0.6.4"