iced_webview_v2 0.1.6

An easily embedded webview library for iced
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"
rust-version = "1.90.0"
name = "iced_webview_v2"
version = "0.1.6"
authors = [
    "LegitCamper",
    "Franz Geffke <mail@gofranz.com>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An easily embedded webview library for iced"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/franzos/iced_webview_v2/"

[package.metadata.docs.rs]
features = ["docs_only"]
all-features = false
no-default-features = true

[features]
cef = [
    "dep:cef",
    "dep:urlencoding",
]
default = ["litehtml"]
docs_only = []
litehtml = [
    "dep:litehtml",
    "dep:reqwest",
]

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

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

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

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

[dependencies.cef]
version = "145"
optional = true
default-features = false

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

[dependencies.litehtml]
version = "0.2.4"
features = [
    "pixbuf",
    "html",
]
optional = true

[dependencies.rand]
version = "0.8.5"

[dependencies.reqwest]
version = "0.12"
features = ["rustls-tls"]
optional = true
default-features = false

[dependencies.smol_str]
version = "0.3"
optional = true

[dependencies.url]
version = "2.5.2"

[dependencies.urlencoding]
version = "2"
optional = true

[profile.dev]
opt-level = "s"
lto = "thin"
incremental = true