belong 0.1.0

Simple and flexible static site generator.
Documentation
[package]
name = "belong"
version = "0.1.0"
authors = ["Ross MacArthur <ross@macarthur.io>"]
edition = "2018"
description = "Simple and flexible static site generator."
readme = "README.md"
homepage = "https://github.com/rossmacarthur/belong"
repository = "https://github.com/rossmacarthur/belong"
license = "MIT OR Apache-2.0"
keywords = ["static", "site", "generator"]
categories = ["command-line-utilities"]

[badges]
maintenance = { status = "actively-developed" }

[dependencies]
anyhow = "1.0.28"
casual = "0.1.1"
chrono = { version = "0.4.11", features = ["serde"] }
lazy_static = "1.4.0"
open = "1.4.0"
pulldown-cmark = "0.7.0"
regex = "1.3.6"
serde = { version = "1.0.106", features = ["derive"] }
serde_json = "1.0.51"
structopt = "0.3.12"
tera = "1.2.0"
toml = "0.5.6"
walkdir = "2.3.1"

[dev-dependencies]
tempfile = "3.1.0"