# 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" version = "0.17.0" authors = ["Erlend Walstad"] include = [ "src/**/*.rs", "LICENSE-MIT", "LICENSE-APACHE", "Cargo.toml", ] description = "Commonmark viewer for egui" documentation = "https://docs.rs/egui_commonmark" 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 = [ "better_syntax_highlighting", "document-features", "macros", ] [dependencies.comrak] version = "0.22.0" optional = true default-features = false [dependencies.document-features] version = "0.2" optional = true [dependencies.egui] version = "0.28" [dependencies.egui_commonmark_backend] version = "0.17.0" default-features = false [dependencies.egui_commonmark_macros] version = "0.17.0" optional = true default-features = false [dependencies.egui_extras] version = "0.28" [dependencies.pulldown-cmark] version = "0.11" optional = true default-features = false [dev-dependencies.eframe] version = "0.28" features = [ "default_fonts", "glow", ] default-features = false [dev-dependencies.egui_commonmark_macros] version = "0.17.0" default-features = false [dev-dependencies.image] version = "0.25" features = ["png"] default-features = false [features] better_syntax_highlighting = ["egui_commonmark_backend/better_syntax_highlighting"] comrak = ["dep:comrak"] default = [ "load-images", "pulldown_cmark", ] dump-macro = ["egui_commonmark_macros/dump-macro"] fetch = ["egui_extras/http"] load-images = [ "egui_extras/image", "egui_extras/file", ] macros = [ "dep:egui_commonmark_macros", "dep:pulldown-cmark", ] nightly = [ "macros", "egui_commonmark_macros/nightly", ] pulldown_cmark = [ "dep:pulldown-cmark", "egui_commonmark_backend/pulldown-cmark", ] svg = ["egui_extras/svg"]