tauri-runtime-servocat 0.5.0

Servo-replacement runtime for Tauri: wires html-cat, css-cat, dom-cat, layout-cat, paint-cat, net-cat, boa-cat, ecma-runtime-cat, and web-api-cat into a single rendering + scripting pipeline. v0.5.0 adds an IPC bridge so JS scripts can call host commands via `__TAURI__.invoke(cmd, ...args)`, and back-propagates scripted DOM mutations into layout via `web_api_cat::extract_document`. tauri_runtime::Runtime trait impl is the remaining committed deliverable. The Servo no-AI policy disqualifies upstream contribution; this is the AI-built parallel.
# 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 = "2024"
name = "tauri-runtime-servocat"
version = "0.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Servo-replacement runtime for Tauri: wires html-cat, css-cat, dom-cat, layout-cat, paint-cat, net-cat, boa-cat, ecma-runtime-cat, and web-api-cat into a single rendering + scripting pipeline. v0.5.0 adds an IPC bridge so JS scripts can call host commands via `__TAURI__.invoke(cmd, ...args)`, and back-propagates scripted DOM mutations into layout via `web_api_cat::extract_document`. tauri_runtime::Runtime trait impl is the remaining committed deliverable. The Servo no-AI policy disqualifies upstream contribution; this is the AI-built parallel."
readme = "README.md"
keywords = [
    "tauri",
    "runtime",
    "browser",
    "servo",
    "type-driven",
]
categories = [
    "gui",
    "rendering",
]
license = "MIT OR Apache-2.0"

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

[[bin]]
name = "demo"
path = "src/bin/demo.rs"

[[bin]]
name = "demo_ipc"
path = "src/bin/demo_ipc.rs"

[[test]]
name = "ipc"
path = "tests/ipc.rs"

[[test]]
name = "pipeline"
path = "tests/pipeline.rs"

[[test]]
name = "raster"
path = "tests/raster.rs"

[[test]]
name = "text"
path = "tests/text.rs"

[dependencies.boa-cat]
version = "0.2"

[dependencies.cosmic-text]
version = "0.19"

[dependencies.css-cat]
version = "0.1"

[dependencies.dom-cat]
version = "0.1"

[dependencies.ecma-lex-cat]
version = "0.1"

[dependencies.ecma-parse-cat]
version = "0.1"

[dependencies.ecma-runtime-cat]
version = "0.1"

[dependencies.html-cat]
version = "0.1"

[dependencies.layout-cat]
version = "0.1"

[dependencies.net-cat]
version = "0.1"

[dependencies.paint-cat]
version = "0.1"

[dependencies.softbuffer]
version = "0.4"

[dependencies.tiny-skia]
version = "0.12"

[dependencies.web-api-cat]
version = "0.2"

[dependencies.winit]
version = "0.30"

[dev-dependencies.proptest]
version = "1"

[lints.clippy]
manual_map = "warn"
needless_pass_by_value = "warn"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1