# 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 = "verso-tile"
version = "0.1.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The engine-flip tile: re-present the same page through a different engine with the user's place and session carried across. Portable view-state + donor/back/receiver contracts (api), the one-hop degrade-never-block orchestrator (flip), the black-box system-WebView receiver (scry), and, behind the serval-donor feature, the glass-box serval donor. Consolidated 2026-07-09 from the mere workspace's verso / verso-api / verso-scry / verso-serval per the inker-serval adoption plan; the flip is the dynamic counterpart of inker's per-address multiplexer."
readme = "README.md"
keywords = [
"browser",
"engine",
"webview",
"flip",
"compatibility",
]
categories = [
"gui",
"web-programming",
]
license = "MPL-2.0"
repository = "https://github.com/mark-ik/serval"
resolver = "2"
[features]
default = []
serval-donor = [
"dep:serval-scripted-dom",
"dep:layout-dom-api",
]
[lib]
name = "verso_tile"
path = "src/lib.rs"
[dependencies.layout-dom-api]
version = ">=0.0.1"
optional = true
[dependencies.serval-scripted-dom]
version = ">=0.0.1"
optional = true