protondb_search 1.1.0

CLI utility to search ProtonDB
# 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 = "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"]