dioxus-docs-kit 0.1.0

Reusable documentation site shell for Dioxus applications
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-docs-kit"
version = "0.1.0"
authors = ["Hauke Jung <hauke.jung@outlook.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reusable documentation site shell for Dioxus applications"
readme = "README.md"
keywords = [
    "dioxus",
    "documentation",
    "mdx",
    "docs-site",
    "openapi",
]
categories = [
    "web-programming",
    "gui",
]
license = "MIT"
repository = "https://github.com/hauju/dioxus-docs-kit"

[features]
default = ["web"]
web = [
    "dioxus/web",
    "dioxus-mdx/web",
]

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

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

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

[dependencies.dioxus-mdx]
version = "0.1.0"
default-features = false

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

[dependencies.serde_json]
version = "1.0"

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