# 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 = "quickstatic" version = "0.1.11" description = "First static site generator build for [Djot](https://djot.net). Optimized for the actual content and not the themes or bells and wistle of the Static site generator" readme = "README.md" license = "MIT/Apache-2.0" [dependencies.clap] version = "4.4.11" features = ["derive"] [dependencies.djotters] version = "0.1.13" [dependencies.eyre] version = "0.6.11" [dependencies.glob-match] version = "0.2.1" [dependencies.gray_matter] version = "0.2.6" [dependencies.indexmap] version = "2.1.0" features = ["serde"] [dependencies.liquid] version = "0.26.4" [dependencies.liquid-core] version = "0.26.4" [dependencies.liquid-lib] version = "0.26.4" features = [ "stdlib", "jekyll", "shopify", ] [dependencies.notify-debouncer-mini] version = "0.4.1" default-features = false [dependencies.pagefind] version = "1.0.4" [dependencies.serde] version = "1.0.193" [dependencies.serde_json] version = "1.0.108" features = ["preserve_order"] [dependencies.serde_yaml] version = "0.9.27" [dependencies.tokio] version = "1.36.0" features = ["full"] [dependencies.warp] version = "0.3.6"