dioxus-mdx 0.3.0

MDX parsing and rendering components 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 = "dioxus-mdx"
version = "0.3.0"
authors = ["Hauke Jung <hauke.jung@outlook.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MDX parsing and rendering components for Dioxus"
homepage = "https://github.com/hauju/dioxus-docs-kit"
documentation = "https://docs.rs/dioxus-mdx"
readme = "README.md"
keywords = [
    "dioxus",
    "mdx",
    "markdown",
    "documentation",
    "parser",
]
categories = [
    "parsing",
    "web-programming",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/hauju/dioxus-docs-kit"

[features]
default = [
    "web",
    "mermaid",
]
mermaid = []
web = ["dioxus/web"]

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

[dependencies.dioxus]
version = "0.7"
features = ["lib"]

[dependencies.dioxus-free-icons]
version = "0.10.0"
features = ["lucide"]

[dependencies.markdown]
version = "1.0"

[dependencies.openapiv3]
version = "2.0"

[dependencies.regex]
version = "1.11"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.syntect]
version = "5.2"
features = [
    "default-syntaxes",
    "default-themes",
    "html",
    "regex-fancy",
]
default-features = false

[dev-dependencies]

[target.'cfg(target_arch = "wasm32")'.dependencies.gloo-timers]
version = "0.3.0"
features = ["futures"]