futhorc 0.1.3

A static site generator to learn Rust and to build my personal blog
Documentation
[package]
name = "futhorc"
description = "A static site generator to learn Rust and to build my personal blog"
license = "GPL-3.0"
documentation = "https://docs.rs/futhorc/latest/futhorc/"
repository = "https://github.com/weberc2/futhorc"
version = "0.1.3"
authors = ["Craig Weber <weberc2@gmail.com>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde = { version = "1.0.124", features = ["derive"] }
serde_yaml = "0.8.17"
pulldown-cmark = "0.8.0"
gtmpl = "0.6.0"
gtmpl_derive = "0.4.0"
gtmpl_value = "0.4.0"
slug = "0.1.4"
clap = "2.33.3"

[features]
fail-on-warnings = []