egui_commonmark_macros 0.18.0

Embed markdown directly into the binary as egui widgets
Documentation
[dependencies.document-features]
optional = true
version = "0.2"

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

[dependencies.egui_commonmark_backend]
default-features = false
version = "0.18.0"

[dependencies.proc-macro-crate]
version = "3.1"

[dependencies.proc-macro2]
default-features = false
version = "1"

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

[dependencies.quote]
default-features = false
version = "1"

[dependencies.syn]
version = "2"

[dev-dependencies.trybuild]
version = "1.0"

[features]
dump-macro = []
nightly = []

[lib]
proc-macro = true

[package]
authors = ["Erlend Walstad"]
categories = ["gui"]
description = "Embed markdown directly into the binary as egui widgets"
documentation = "https://docs.rs/egui_commonmark_macros"
edition = "2021"
include = ["src/**/*.rs", "LICENSE-MIT", "LICENSE-APACHE", "Cargo.toml"]
keywords = ["commonmark", "egui"]
license = "MIT OR Apache-2.0"
name = "egui_commonmark_macros"
readme = "README.md"
repository = "https://github.com/lampsitter/egui_commonmark"
rust-version = "1.76"
version = "0.18.0"

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