website/hauchiwa/Cargo.toml

27 lines
915 B
TOML
Raw Normal View History

2024-07-20 17:08:11 +02:00
[package]
name = "hauchiwa"
version = "0.0.1"
edition = "2021"
authors = ["Maciej Jur <maciej@kamoshi.org>"]
keywords = ["ssg"]
description = "Static site generator library"
2024-07-20 17:15:54 +02:00
license = "GPL-3.0"
2024-07-20 17:08:11 +02:00
[dependencies]
camino = "1.1.7"
gray_matter = { version = "0.2.8", default-features = false, features = ["yaml"] }
chrono = "0.4.38"
glob = "0.3.1"
grass = { version = "0.13.3", default-features = false, features = ["random"] }
hayagriva = "0.5.3"
hypertext = "0.5.1"
image = "0.24.0"
rayon = "1.10.0"
serde = { version = "1.0.203", features = ["derive"] }
sha256 = { version = "1.5.0", default-features = false }
# Watch
notify = "6.1.1"
notify-debouncer-mini = "0.4.1"
tungstenite = "0.23.0"