sweet-potator 0.7.5

Static recipe site generator
Documentation
[[bin]]
name = "sweet-potator"
path = "src/cli/main.rs"
[dependencies.clap]
features = ["derive"]
version = "3.1.18"

[dependencies.config]
version = "0.13.1"

[dependencies.dirs-next]
version = "2.0.0"

[dependencies.include_dir]
version = "0.7.2"

[dependencies.owo-colors]
features = ["supports-colors"]
version = "3.4.0"

[dependencies.sanitize-filename]
version = "0.4.0"

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

[dependencies.serde_json]
version = "1.0.81"

[dependencies.slug]
version = "0.1.4"

[dependencies.tera]
version = "1.15.0"

[dependencies.thiserror]
version = "1.0.31"

[dependencies.toml]
version = "0.5.9"
[dev-dependencies.tempfile]
version = "3.3.0"

[package]
categories = ["command-line-utilities"]
description = "Static recipe site generator"
documentation = "https://docs.rs/sweet-potator"
edition = "2021"
exclude = ["/.editorconfig", "/assets/", "/gh-pages/"]
homepage = "https://github.com/tobx/sweet-potator"
license-file = "LICENSE"
name = "sweet-potator"
readme = "README.md"
repository = "https://github.com/tobx/sweet-potator"
resolver = "2"
version = "0.7.5"