tauri-runtime-servo 0.1.0

Servo bindings to the Tauri runtime — an experimental Tauri runtime backed by the Servo web engine
# 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"
rust-version = "1.94"
name = "tauri-runtime-servo"
version = "0.1.0"
authors = [
    "Jonathan Kingston",
    "Tauri Programme within The Commons Conservancy",
]
build = "build.rs"
exclude = [
    "CHANGELOG.md",
    "/target",
    "/examples",
    "/servo-patches",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Servo bindings to the Tauri runtime — an experimental Tauri runtime backed by the Servo web engine"
homepage = "https://tauri.app/"
readme = "README.md"
keywords = [
    "tauri",
    "servo",
    "webview",
    "gui",
    "runtime",
]
categories = [
    "gui",
    "web-programming",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/copse-dev/tauri-runtime-servo"

[package.metadata.docs.rs]
all-features = true
default-target = "x86_64-unknown-linux-gnu"
targets = [
    "x86_64-pc-windows-msvc",
    "x86_64-unknown-linux-gnu",
    "x86_64-apple-darwin",
]

[features]
dbus = ["tao/dbus"]
default = [
    "x11",
    "dbus",
]
devtools = ["tauri-runtime/devtools"]
macos-private-api = ["tauri-runtime/macos-private-api"]
macos-proxy = []
patched-servo = []
tracing = ["dep:tracing"]
unstable = []
x11 = ["tao/x11"]

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

[dependencies.cookie]
version = "0.18"

[dependencies.dpi]
version = "0.1"

[dependencies.euclid]
version = "0.22"

[dependencies.futures-channel]
version = "0.3"

[dependencies.http]
version = "1"

[dependencies.keyboard-types]
version = "0.8.3"

[dependencies.log]
version = "0.4.21"

[dependencies.percent-encoding]
version = "2.3"

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

[dependencies.rustls]
version = "0.23"
features = [
    "aws-lc-rs",
    "logging",
    "std",
    "tls12",
]
default-features = false

[dependencies.servo]
version = "0.5"

[dependencies.tao]
version = "0.36"
features = ["rwh_06"]
default-features = false

[dependencies.tauri-runtime]
version = "2.11.3"

[dependencies.tauri-utils]
version = "2.9.3"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"
optional = true

[dependencies.url]
version = "2.5"

[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies.gtk]
version = "0.18"
features = ["v3_24"]

[target.'cfg(target_os = "android")'.dependencies.jni]
version = "0.21"

[target.'cfg(target_os = "macos")'.dependencies.objc2]
version = "0.6"

[target.'cfg(target_os = "macos")'.dependencies.objc2-app-kit]
version = "0.3.2"
features = [
    "block2",
    "NSApplication",
    "NSResponder",
    "NSView",
    "NSWindow",
    "NSScreen",
    "NSGraphics",
]
default-features = false

[target."cfg(windows)".dependencies.once_cell]
version = "1.20"

[target."cfg(windows)".dependencies.softbuffer]
version = "0.4"
default-features = false

[target."cfg(windows)".dependencies.windows]
version = "0.61"
features = [
    "Win32_Foundation",
    "Win32_Graphics_Dwm",
    "Win32_Graphics_Gdi",
    "Win32_System_LibraryLoader",
    "Win32_UI_HiDpi",
    "Win32_UI_Input",
    "Win32_UI_Input_KeyboardAndMouse",
    "Win32_UI_Shell",
    "Win32_UI_WindowsAndMessaging",
]