shtola 0.3.0-alpha1

Minimal static site generator
Documentation
[package]
name = "shtola"
description = "Minimal static site generator"
version = "0.3.0-alpha1"
authors = ["anastasie <ana@ana.st>"]
edition = "2018"
repository = "https://git.sr.ht/~ana/shtola"
documentation = "https://docs.rs/shtola"
homepage = "https://git.sr.ht/~ana/shtola"
readme = "README.md"
license-file = "LICENSE"

[features]
full = ["markdown", "tera_layouts"]
markdown = ["comrak"]
tera_layouts = ["tera", "id_tree"]

[dependencies]
log = "0.4.8"
walkdir = "2.2.9"
ware = "2.0.1"
im = "13.0.0"
pathdiff = "0.1.0"
globset = "0.4.4"
serde_json = "1.0.41"
serde_yaml = "0.8.11"

# Markdown
comrak = { version = "0.6.2", optional = true }

# Tera Layouts
tera = { version = "1.12.0", optional = true }
id_tree = { version = "1.8.0", optional = true }

[dev_dependencies]
pretty_env_logger = "0.3.1"

[package.metadata.docs.rs]
all-features = true