rdesktop-webview 0.1.0

WebView backend for rdesktop (WebView2/WebKit/WebKitGTK)
Documentation
# 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 = "2021"
name = "rdesktop-webview"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WebView backend for rdesktop (WebView2/WebKit/WebKitGTK)"
homepage = "https://github.com/neko233-com/rdesktop"
readme = "README.md"
keywords = [
    "desktop",
    "webview",
    "gui",
    "cross-platform",
]
categories = ["gui"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/neko233-com/rdesktop"

[features]
default = ["os-webview"]
devtools = ["wry/devtools"]
os-webview = []

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

[dependencies.anyhow]
version = "1"

[dependencies.raw-window-handle]
version = "0.6"

[dependencies.rdesktop-core]
version = "0.1.0"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.tao]
version = "0.36"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2"

[dependencies.wry]
version = "0.56"