[build-dependencies.tauri-plugin]
features = ["build"]
version = "2.0.0-beta.17"
[dependencies.dotenvy]
version = "0.15.7"
[dependencies.hyper]
features = ["full", "http2", "http1"]
version = "0.14"
[dependencies.hyper-rustls]
features = ["http2"]
version = "0.25.0"
[dependencies.hyper-util]
features = ["full"]
version = "0.1.3"
[dependencies.retrom-codegen]
version = "^0.4.9"
[dependencies.retrom-plugin-installer]
version = "^0.4.9"
[dependencies.retrom-plugin-service-client]
version = "^0.4.9"
[dependencies.retrom-plugin-steam]
version = "^0.4.9"
[dependencies.retry]
version = "2.0.0"
[dependencies.serde]
features = ["derive"]
version = "1.0.197"
[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-rustls]
version = "0.25.0"
[dependencies.tonic]
features = ["tls", "tls-roots", "tls-webpki-roots"]
version = "0.11"
[dependencies.tonic-web]
version = "0.11"
[dependencies.tower]
features = ["full"]
version = "0.5.1"
[dependencies.tracing]
version = "0.1.40"
[dependencies.webpki-roots]
version = "0.26.5"
[lib]
name = "retrom_plugin_launcher"
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 to facilitate the launching of games."
edition = "2021"
exclude = ["./examples", "./webview-dist", "./webview-src", "**/node_modules"]
license = "GPL-3.0"
links = "tauri-plugin-launcher"
name = "retrom-plugin-launcher"
readme = "README.md"
repository = "https://github.com/JMBeresford/retrom"
rust-version = "1.80"
version = "0.4.9"