mkdocs 0.0.0

MkDocs static site generator compiler in Rust
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 = "mkdocs"
version = "0.0.0"
authors = ["Aster <192607617@qq.com&gt;"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MkDocs static site generator compiler in Rust"
homepage = "https://github.com/rusty-ssg/rusty-ssg"
readme = "README.md"
license = "AGPL-3.0"
repository = "https://github.com/rusty-ssg/rusty-ssg"
resolver = "2"

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

[[bin]]
name = "mkdocs"
path = "bin/mkdocs.rs"

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "rc",
]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tokio]
version = "1.50.0"
features = ["full"]

[dev-dependencies.tokio-test]
version = "0.4.4"