egui_commonmark_extended 0.22.2

Commonmark viewer for egui - fork with typography (line height) and header position tracking
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.76"
name = "egui_commonmark_extended"
version = "0.22.2"
authors = ["Erlend Walstad"]
build = false
include = [
    "src/**/*.rs",
    "LICENSE-MIT",
    "LICENSE-APACHE",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Commonmark viewer for egui - fork with typography (line height) and header position tracking"
documentation = "https://docs.rs/egui_commonmark_extended"
readme = "README.md"
keywords = [
    "commonmark",
    "egui",
    "markdown",
    "typography",
]
categories = ["gui"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/aydiler/md-viewer"
resolver = "3"

[package.metadata.docs.rs]
features = [
    "better_syntax_highlighting",
    "document-features",
    "macros",
]

[features]
better_syntax_highlighting = ["egui_commonmark_backend_extended/better_syntax_highlighting"]
default = [
    "load-images",
    "pulldown_cmark",
]
dump-macro = ["egui_commonmark_macros_extended/dump-macro"]
embedded_image = ["egui_commonmark_backend_extended/embedded_image"]
fetch = ["egui_extras/http"]
load-images = [
    "egui_extras/image",
    "egui_extras/file",
]
macros = ["dep:egui_commonmark_macros_extended"]
mermaid = ["egui_commonmark_backend_extended/mermaid"]
nightly = [
    "macros",
    "egui_commonmark_macros_extended/nightly",
]
pulldown_cmark = []
svg = ["egui_extras/svg"]
svg_text = ["egui_extras/svg_text"]

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

[dependencies.document-features]
version = "0.2"
optional = true

[dependencies.egui]
version = "0.33"
default-features = false

[dependencies.egui_commonmark_backend_extended]
version = "0.22.2"
default-features = false

[dependencies.egui_commonmark_macros_extended]
version = "0.22.2"
optional = true
default-features = false

[dependencies.egui_extras]
version = "0.33"
default-features = false

[dependencies.pulldown-cmark]
version = "0.13"
default-features = false

[dev-dependencies.eframe]
version = "0.33"
features = [
    "default_fonts",
    "glow",
    "wayland",
    "x11",
]
default-features = false

[dev-dependencies.egui_commonmark_macros_extended]
version = "0.22.2"
default-features = false

[dev-dependencies.image]
version = "0.25"
features = ["png"]
default-features = false