belong 0.1.0

Simple and flexible static site generator.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

[dependencies.casual]
version = "0.1.1"

[dependencies.chrono]
version = "0.4.11"
features = ["serde"]

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.open]
version = "1.4.0"

[dependencies.pulldown-cmark]
version = "0.7.0"

[dependencies.regex]
version = "1.3.6"

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

[dependencies.serde_json]
version = "1.0.51"

[dependencies.structopt]
version = "0.3.12"

[dependencies.tera]
version = "1.2.0"

[dependencies.toml]
version = "0.5.6"

[dependencies.walkdir]
version = "2.3.1"
[dev-dependencies.tempfile]
version = "3.1.0"
[badges.maintenance]
status = "actively-developed"