[dependencies.bitflags]
version = "2"
[dependencies.comrak]
default-features = false
optional = true
version = "0.49"
[dependencies.html5ever]
version = "0.36"
[dependencies.iced]
default-features = false
features = ["advanced"]
version = "0.14"
[dependencies.markup5ever_rcdom]
version = "0.36"
[dev-dependencies.open]
version = "5"
[dev-dependencies.reqwest]
version = "0.13"
[dev-dependencies.tokio]
version = "1"
[[example]]
name = "hello"
path = "examples/hello.rs"
required-features = []
[[example]]
name = "image"
path = "examples/image.rs"
required-features = ["iced/image", "iced/tokio"]
[[example]]
name = "large_readme"
path = "examples/large_readme.rs"
required-features = ["iced/image", "iced/tokio", "iced/svg"]
[[example]]
name = "live_edit"
path = "examples/live_edit.rs"
required-features = []
[[example]]
name = "styling"
path = "examples/styling.rs"
[features]
default = ["markdown", "iced-wgpu", "iced-tiny-skia", "iced-tokio", "iced-windowing"]
iced-tiny-skia = ["iced/tiny-skia"]
iced-tokio = ["iced/tokio"]
iced-wgpu = ["iced/wgpu"]
iced-windowing = ["iced/x11", "iced/wayland"]
markdown = ["dep:comrak"]
[lib]
name = "frostmark"
path = "src/lib.rs"
[package]
authors = ["Mrmayman <navneetkrishna22@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["gui"]
description = "HTML/Markdown renderer for the Iced GUI framework"
documentation = "https://docs.rs/frostmark"
edition = "2024"
keywords = ["gui", "iced", "markdown", "html", "renderer"]
license = "MIT OR Apache-2.0"
name = "frostmark"
readme = "README.md"
repository = "https://github.com/Mrmayman/frostmark"
version = "0.3.0"