html_view 0.1.0

A Rust library for rendering HTML content in a native tauri application.
Documentation
[dependencies.html_view_shared]
version = "0.1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.url]
features = ["serde"]
version = "2.5"

[dependencies.uuid]
features = ["v4", "serde"]
version = "1.6"

[dev-dependencies.tempfile]
version = "3.5"

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

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

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

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

[package]
authors = ["Jack Geraghty (jmg049) <jgeraghty049@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["gui"]
description = "A Rust library for rendering HTML content in a native tauri application."
documentation = "https://github.com/jmg049/HTMLView"
edition = "2024"
keywords = ["html", "tauri", "gui", "rendering"]
license = "MIT"
name = "html_view"
readme = "README.md"
repository = "https://github.com/jmg049/HTMLView"
version = "0.1.0"

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