retrom-plugin-service-client 0.4.9

Retrom plugin to facilitate accessing the Retrom api within tauri.
[build-dependencies.tauri-plugin]
features = ["build"]
version = "2.0.0-rc.6"

[dependencies.hyper]
features = ["full", "http2", "http1"]
version = "0.14"

[dependencies.hyper-rustls]
features = ["http2"]
version = "0.25.0"

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

[dependencies.serde]
version = "1.0"

[dependencies.tauri]
version = "2.0.0-rc.6"

[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_service_client"
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 accessing the Retrom api within tauri."
edition = "2021"
exclude = ["./examples", "./webview-dist", "./webview-src", "**/node_modules"]
license = "GPL-3.0"
links = "tauri-plugin-retrom-service-client"
name = "retrom-plugin-service-client"
readme = "README.md"
repository = "https://github.com/JMBeresford/retrom"
rust-version = "1.80"
version = "0.4.9"