rustpress 0.1.30

增量编译倒分页无后端 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"
rust-version = "1.85"
name = "rustpress"
version = "0.1.30"
authors = ["LIYI <9830131@qq.com>"]
build = false
exclude = [
    "/public/**",
    "/source/**",
    "/test_blog/**",
    "**/node_modules",
    "themes/**/.cache/**",
    "themes/**/public/static/css/*.map",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "增量编译倒分页无后端 Rust 纯静态博客程序"
homepage = "https://github.com/rixingyike/rustpress"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/rixingyike/rustpress"

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

[[bin]]
name = "rustpress"
path = "src/main.rs"

[[test]]
name = "test_issue_2_md"
path = "tests/test_issue_2_md.rs"

[[test]]
name = "test_issue_93"
path = "tests/test_issue_93.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.axum]
version = "0.7"

[dependencies.axum-extra]
version = "0.9"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.gray_matter]
version = "0.2"

[dependencies.hyper]
version = "1.3"

[dependencies.linkme]
version = "0.3"

[dependencies.notify]
version = "6"

[dependencies.pulldown-cmark]
version = "0.9"

[dependencies.regex]
version = "1"

[dependencies.reqwest]
version = "0.12"
features = ["json"]

[dependencies.rust-embed]
version = "8"

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

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.tera]
version = "1.19"

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

[dependencies.toml]
version = "0.8"

[dependencies.tower-http]
version = "0.5"
features = ["fs"]

[dependencies.walkdir]
version = "2.4"