retrom-plugin-installer 0.4.9

Retrom plugin that facilitates the installation of games locally.
[build-dependencies.tauri-plugin]
features = ["build"]
version = "2.0.0-rc"

[dependencies.dotenvy]
version = "0.15.7"

[dependencies.futures]
version = "0.3.30"

[dependencies.reqwest]
features = ["json", "stream", "gzip", "brotli", "deflate"]
version = "0.12.3"

[dependencies.retrom-codegen]
version = "^0.4.9"

[dependencies.retrom-plugin-service-client]
version = "^0.4.9"

[dependencies.retrom-plugin-steam]
version = "^0.4.9"

[dependencies.serde]
version = "1.0"

[dependencies.tauri]
features = ["tracing"]
version = "2.0.0-rc.8"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
features = ["full"]
version = "1.37.0"

[dependencies.tokio-util]
features = ["io", "compat"]
version = "0.7.11"

[dependencies.tonic]
features = ["tls", "tls-roots", "tls-webpki-roots"]
version = "0.11"

[dependencies.tracing]
version = "0.1.40"

[lib]
name = "retrom_plugin_installer"
path = "src/lib.rs"

[package]
authors = ["John Beresford <jberesford@volcaus.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Retrom plugin that facilitates the installation of games locally."
edition = "2021"
exclude = ["./examples", "./webview-dist", "./webview-src", "./node_modules"]
license = "GPL-3.0"
links = "tauri-plugin-installer"
name = "retrom-plugin-installer"
readme = "README.md"
repository = "https://github.com/JMBeresford/retrom"
rust-version = "1.80"
version = "0.4.9"