web-framework-markdown 0.0.1

An abstract API to create markdown components in any rust framework
[dependencies.katex]
default-features = false
features = ["wasm-js"]
optional = true
version = "0.4"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.pulldown-cmark]
version = "0.13.0"

[dependencies.syntect]
default-features = false
features = ["default-fancy"]
version = "5.0.0"

[dependencies.web-sys]
features = ["MouseEvent"]
version = "0.3.61"

[features]
debug = []
default = ["maths"]
maths = ["katex"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "An abstract API to create markdown components in any rust framework"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "web-framework-markdown"
readme = false
repository = "https://github.com/rambip/rust-web-markdown"
version = "0.0.1"