[dependencies.clap]
features = [
"help",
"std",
"usage",
]
version = "4.6.1"
[dependencies.hyperchad]
default-features = false
features = [
"actions",
"actions-logic",
"app",
"color",
"markdown",
"markdown-syntax-highlighting",
"markdown-xss-protection",
"renderer",
"router",
"template",
"transformer",
"transformer-models",
]
version = "0.4.0"
[dependencies.hyperchad_docs_config]
default-features = false
version = "0.4.0"
[features]
actix = ["hyperchad/renderer-html-actix"]
assets = ["hyperchad/renderer-assets"]
default = [
"assets",
"html",
"static-routes",
"vanilla-js",
]
fail-on-warnings = [
"hyperchad/fail-on-warnings",
"hyperchad_docs_config/fail-on-warnings",
]
html = ["hyperchad/renderer-html"]
static-routes = ["hyperchad/router-static-routes"]
vanilla-js = [
"html",
"hyperchad/renderer-vanilla-js",
"hyperchad/renderer-vanilla-js-plugin-actions-click",
"hyperchad/renderer-vanilla-js-plugin-actions-click-outside",
"hyperchad/renderer-vanilla-js-plugin-nav",
"hyperchad/renderer-vanilla-js-plugin-routing",
]
[package]
authors = ["Braden Steffaniak"]
categories = ["web-programming"]
description = "HyperChad documentation site framework"
edition = "2024"
keywords = [
"documentation",
"hyperchad",
"site",
]
license = "MPL-2.0"
name = "hyperchad_docs_site"
readme = "README.md"
repository = "https://github.com/MoosicBox/MoosicBox"
version = "0.4.0"