rustipo 0.9.0

Themeable Markdown-first static site generator for blogs, notes, docs, and personal sites
# 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 = "rustipo"
version = "0.9.0"
build = false
include = [
    "/assets/**",
    "/docs/**",
    "/examples/basic-portfolio/config.toml",
    "/examples/basic-portfolio/content/**",
    "/examples/basic-portfolio/themes/**",
    "/src/**",
    "/tests/**",
    "/CHANGELOG.md",
    "/CODE_OF_CONDUCT.md",
    "/CONTRIBUTING.md",
    "/Cargo.lock",
    "/Cargo.toml",
    "/LICENSE.md",
    "/README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Themeable Markdown-first static site generator for blogs, notes, docs, and personal sites"
homepage = "https://github.com/fcendesu/rustipo"
readme = "README.md"
keywords = [
    "ssg",
    "markdown",
    "blog",
    "docs",
    "tera",
]
categories = [
    "command-line-utilities",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/fcendesu/rustipo"

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

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.axum]
version = "0.8.8"

[dependencies.chrono]
version = "0.4.42"
features = ["std"]
default-features = false

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

[dependencies.gray_matter]
version = "0.3.2"

[dependencies.notify]
version = "8.2.0"

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

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.syntect]
version = "5.3.0"

[dependencies.tera]
version = "1.20.1"

[dependencies.tokio]
version = "1.50.0"
features = [
    "rt-multi-thread",
    "macros",
    "net",
]

[dependencies.toml]
version = "1.0.6"

[dependencies.toml_edit]
version = "0.23.7"

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

[dependencies.walkdir]
version = "2.5.0"

[dev-dependencies.tempfile]
version = "3.27.0"