# 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 = "2021" name = "hauchiwa" version = "0.2.0" authors = ["Maciej Jur "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Incredibly flexible static site generator library with incremental rebuilds and cached image optimization" readme = "README.md" keywords = ["ssg"] license = "GPL-3.0" repository = "https://github.com/kamoshi/hauchiwa" [lib] name = "hauchiwa" path = "src/lib.rs" [dependencies.camino] version = "1.1.9" features = ["serde1"] default-features = false [dependencies.glob] version = "0.3.1" [dependencies.grass] version = "0.13.4" features = ["random"] default-features = false [dependencies.gray_matter] version = "0.2.8" features = ["yaml"] default-features = false [dependencies.image] version = "0.24.0" [dependencies.notify] version = "6.1.1" [dependencies.notify-debouncer-full] version = "0.3.1" default-features = false [dependencies.rayon] version = "1.10.0" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.sha2] version = "0.10.8" [dependencies.sitemap-rs] version = "0.2.2" [dependencies.tungstenite] version = "0.23.0"