iced_servo 0.1.0

Embed a Servo webview inside an Iced application via an offscreen rendering context
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 = "2024"
name = "iced_servo"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Embed a Servo webview inside an Iced application via an offscreen rendering context"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/n1ght-hunter/iced_blocks"

[features]
default = []
no-wgl = ["servo/no-wgl"]

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

[[example]]
name = "basic"
path = "examples/basic.rs"

[dependencies.dpi]
version = "0.1"

[dependencies.euclid]
version = "0.22"

[dependencies.futures]
version = "0.3"

[dependencies.iced]
version = "0.14"
features = [
    "advanced",
    "tokio",
]

[dependencies.iced_frame]
version = "0.1.0"

[dependencies.servo]
version = "=0.1.0"
features = [
    "baked-in-resources",
    "clipboard",
    "js_jit",
]
default-features = false

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2"

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]