markdown-dx 0.1.0

A Markdown Component for dioxus
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 = "markdown-dx"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Markdown Component for dioxus"
homepage = "https://pnys.codeberg.page/index/dx/markdown"
readme = "README.md"
keywords = [
    "web",
    "desktop",
    "mobile",
    "gui",
    "wasm",
]
categories = ["gui"]
license = "MIT"
repository = "https://codeberg.org/PNys/markdown-dx"

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

[dependencies.bon]
version = "3.9.1"

[dependencies.dioxus]
version = "0.7.1"
features = []

[dependencies.katex-rs]
version = "0.2.4"

[dependencies.markdown]
version = "1.0.0"

[dependencies.paste]
version = "1.0.15"

[dependencies.regex]
version = "1.12.3"

[dependencies.toml]
version = "1.0.7"