[dependencies.egui]
version = "0.19"
[dependencies.ehttp]
optional = true
version = "0.2.0"
[dependencies.image]
default-features = false
features = ["png"]
version = "0.24"
[dependencies.pulldown-cmark]
default-features = false
version = "0.9.2"
[dependencies.resvg]
optional = true
version = "0.20.0"
[dependencies.syntect]
default-features = false
features = ["default-fancy"]
optional = true
version = "5.0.0"
[dependencies.tiny-skia]
optional = true
version = "0.6.3"
[dependencies.url]
optional = true
version = "2.2.2"
[dependencies.usvg]
optional = true
version = "0.20.0"
[dev-dependencies.eframe]
version = "0.19"
[features]
fetch = ["ehttp", "url", "image/jpeg"]
svg = ["resvg", "usvg", "tiny-skia"]
syntax_highlighting = ["syntect"]
[package]
authors = ["Erlend Walstad"]
description = "Commonmark viewer for egui"
documentation = "https://docs.rs/egui_commonmark"
edition = "2021"
include = ["src/*.rs", "LICENSE-MIT", "LICENSE-APACHE", "Cargo.toml"]
keywords = ["commonmark", "egui"]
license = "MIT OR Apache-2.0"
name = "egui_commonmark"
readme = "README.md"
repository = "https://github.com/lampsitter/egui_commonmark"
resolver = "2"
version = "0.4.0"
[package.metadata.docs.rs]
features = ["syntax_highlighting", "svg"]