# 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 = "discord-rpc-helper" version = "1.2.6" authors = ["kekkon"] build = false include = [ "**/*.rs", "**/*.md", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Automatically sets Discord activity based on running Proton games" homepage = "https://github.com/kekonn/discord-rpc-helper" readme = "README.md" keywords = [ "discord", "rpc", "steam", "proton", ] categories = ["games"] license = "GPL-3.0-only" repository = "https://github.com/kekonn/discord-rpc-helper" [package.metadata.binstall] [profile.dist] lto = "thin" inherits = "release" [profile.release] opt-level = "s" lto = true codegen-units = 1 [[bin]] name = "discord-rpc-helper" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "^0.1" [dependencies.discord-sdk] version = "0.3" [dependencies.html-escape] version = "0.2.13" [dependencies.once_cell] version = "1" [dependencies.reqwest] version = "0.12" features = [ "default", "gzip", "cookies", ] [dependencies.reqwest_cookie_store] version = "0.8" [dependencies.scraper] version = "0.19" [dependencies.serde] version = "^1" features = [ "default", "derive", ] [dependencies.serde_json] version = "^1" [dependencies.sysinfo] version = "0.30" [dependencies.tokio] version = "1" features = [ "signal", "fs", "sync", "macros", "rt-multi-thread", "io-util", "io-std", ] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [dependencies.url] version = "^2"