[package]
edition = "2024"
name = "protondb_search"
version = "1.1.0"
authors = ["Celeo <mattboulanger@fastmail.com>"]
build = false
exclude = [".github"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI utility to search ProtonDB"
homepage = "https://github.com/celeo/protondb_search"
readme = "README.md"
keywords = [
"protondb",
"steam",
"proton",
"linux-gaming",
"gaming",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/celeo/protondb_search"
[[bin]]
name = "protondb_search"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.102"
[dependencies.clap]
version = "4.6.1"
features = ["derive"]
[dependencies.comfy-table]
version = "7.2.2"
[dependencies.indoc]
version = "2.0.7"
[dependencies.serde]
version = "1.0.228"
features = ["derive"]
[dependencies.serde_json]
version = "1.0.149"
[dependencies.ureq]
version = "3.3.0"
features = ["json"]