phaier_markdown 0.0.9

A markdown parser and renderer.
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 = "2024"
name = "phaier_markdown"
version = "0.0.9"
build = false
include = [
    "src/**/*.rs",
    "src/renderers/tools/*.js",
    "src/themes/*.css",
    "src/themes/*.css.map",
    "src/**/*.md",
    "/*LICENSE",
    "/*LICENSE-katex",
    "/*LICENSE-prismjs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A markdown parser and renderer."
readme = "README.md"
keywords = ["markdown"]
license = "MIT"

[features]
default = []
renderers = [
    "boa_engine",
    "html-escape",
]
themes = []

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

[dependencies.boa_engine]
version = "0.20.0"
optional = true

[dependencies.html-escape]
version = "0.2.13"
optional = true

[dev-dependencies.askama]
version = "0.14.0"