balzac 0.1.9

A blazingly fast static site generator
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 = "balzac"
version = "0.1.9"
build = false
exclude = [
    "dist/*",
    "pages/*",
    "example/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A blazingly fast static site generator"
homepage = "https://balzac.rs"
readme = "README.md"
license = "MIT"
repository = "https://github.com/getbalzac/balzac"

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

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

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

[dependencies.clap]
version = "4.5.54"
features = ["cargo"]

[dependencies.colog]
version = "1.4.0"

[dependencies.comrak]
version = "0.28"

[dependencies.handlebars]
version = "6.3.2"

[dependencies.log]
version = "0.4.29"

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

[dependencies.serde_json]
version = "1.0.148"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.shell-words]
version = "1.1"

[dependencies.toml]
version = "0.9.10"

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

[profile.dist]
lto = "thin"
inherits = "release"

[profile.release]
opt-level = "s"
lto = true
codegen-units = 1
strip = true