[[bin]]
name = "kk"
path = "src/main.rs"
[dependencies.atty]
version = "0.2"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.clap]
features = ["derive"]
version = "4.0"
[dependencies.futures-util]
version = "0.3"
[dependencies.include_dir]
version = "0.7"
[dependencies.local-ip-address]
version = "0.6"
[dependencies.notify]
version = "8.2.0"
[dependencies.once_cell]
version = "1"
[dependencies.pathdiff]
version = "0.2"
[dependencies.pulldown-cmark]
version = "0.13.0"
[dependencies.rayon]
version = "1.10"
[dependencies.regex]
version = "1.10"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.serde_yaml]
version = "0.9"
[dependencies.tera]
version = "1.20"
[dependencies.thiserror]
version = "2.0.12"
[dependencies.tokio]
features = ["full"]
version = "1.0"
[dependencies.toml]
version = "0.9.5"
[dependencies.tracing]
version = "0.1"
[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"
[dependencies.walkdir]
version = "2.3"
[dependencies.warp]
features = ["server", "websocket"]
version = "0.4.1"
[dependencies.which]
version = "8.0.0"
[lib]
name = "krik"
path = "src/lib.rs"
[package]
authors = ["Mirko Caserta", "Krik Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "web-programming"]
description = "A fast static site generator written in Rust with internationalization, theming, and modern web features"
documentation = "https://docs.rs/krik"
edition = "2021"
exclude = ["_site/*", "target/*", ".git/*", "*.png", "CLAUDE.md"]
homepage = "https://github.com/mcaserta/krik/"
keywords = ["static-site", "generator", "markdown", "blog", "website"]
license = "MIT"
name = "krik"
readme = "README.md"
repository = "https://github.com/mcaserta/krik/"
rust-version = "1.70"
version = "0.1.21"
[[test]]
name = "ast_parser"
path = "tests/ast_parser.rs"
[[test]]
name = "content"
path = "tests/content.rs"
[[test]]
name = "feeds"
path = "tests/feeds.rs"
[[test]]
name = "index_selection"
path = "tests/index_selection.rs"
[[test]]
name = "markdown"
path = "tests/markdown.rs"
[[test]]
name = "pdf_smoke"
path = "tests/pdf_smoke.rs"
[[test]]
name = "robots"
path = "tests/robots.rs"
[[test]]
name = "sitemap"
path = "tests/sitemap.rs"
[[test]]
name = "sitemap_more"
path = "tests/sitemap_more.rs"
[[test]]
name = "template_errors"
path = "tests/template_errors.rs"