# 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_macros" version = "0.18.0" authors = ["Erlend Walstad"] include = [ "src/**/*.rs", "LICENSE-MIT", "LICENSE-APACHE", "Cargo.toml", ] description = "Embed markdown directly into the binary as egui widgets" documentation = "https://docs.rs/egui_commonmark_macros" readme = "README.md" keywords = [ "commonmark", "egui", ] categories = ["gui"] license = "MIT OR Apache-2.0" repository = "https://github.com/lampsitter/egui_commonmark" [package.metadata.docs.rs] features = ["document-features"] [lib] proc-macro = true [dependencies.document-features] version = "0.2" optional = true [dependencies.egui] version = "0.29" default-features = false [dependencies.egui_commonmark_backend] version = "0.18.0" default-features = false [dependencies.proc-macro-crate] version = "3.1" [dependencies.proc-macro2] version = "1" default-features = false [dependencies.pulldown-cmark] version = "0.12" default-features = false [dependencies.quote] version = "1" default-features = false [dependencies.syn] version = "2" [dev-dependencies.trybuild] version = "1.0" [features] dump-macro = [] nightly = []