yar 0.7.0

An incremental static site generator written in Rust
# 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 = "yar"
version = "0.7.0"
authors = ["Rayyan Cyclegar"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An incremental static site generator written in Rust"
readme = "README.md"
license = "MIT"
repository = "https://github.com/AbooMinister25/yar"

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

[dependencies.axum]
version = "0.8.4"

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

[dependencies.color-eyre]
version = "0.6"

[dependencies.figment]
version = "0.10.19"
features = ["toml"]

[dependencies.notify]
version = "8.2.0"

[dependencies.notify-debouncer-mini]
version = "0.7.0"

[dependencies.tempfile]
version = "3.20.0"

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

[dependencies.tower-http]
version = "0.6.6"
features = [
    "fs",
    "trace",
]

[dependencies.tower-livereload]
version = "0.9.6"

[dependencies.yar_site]
version = "0.3.0"

[dev-dependencies.insta]
version = "1.43.1"
features = [
    "yaml",
    "redactions",
]

[lints.clippy]
nursery = "warn"
pedantic = "warn"

[profile.dev]
split-debuginfo = "unpacked"

[profile.dev.package.insta]
opt-level = 3

[profile.release]
lto = "fat"
codegen-units = 1
strip = true