euv-docs 0.25.21

A VuePress-style documentation site generator powered by euv + euv-ui (Rust/WASM).
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 = "euv-docs"
version = "0.25.21"
authors = ["root@ltpp.vip"]
build = "build.rs"
exclude = [
    "target",
    "Cargo.lock",
    "www",
    "docs/**/private",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A VuePress-style documentation site generator powered by euv + euv-ui (Rust/WASM)."
readme = "README.md"
keywords = [
    "docs",
    "static-site",
    "wasm",
    "euv",
]
categories = ["web-programming"]
license = "MIT"
repository = "https://github.com/euv-dev/euv.git"

[lib]
name = "euv_docs"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[bin]]
name = "euv-docs"
path = "src/bin/euv-docs/main.rs"
required-features = []

[dependencies.euv]
version = "0"

[dependencies.euv-ui]
version = "0"

[dependencies.lombok-macros]
version = "2.0"

[build-dependencies.pulldown-cmark]
version = "0.12"

[build-dependencies.serde_yaml]
version = "0.9"