mdblog 0.5.1

create static site blog from markdown files.
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]
name = "mdblog"
version = "0.5.1"
authors = ["FuGangqiang <fu_gangqiang@qq.com>"]
description = "create static site blog from markdown files."
homepage = "https://github.com/FuGangqiang/mdblog.rs"
documentation = "https://docs.rs/mdblog"
readme = "README.md"
keywords = ["blog", "markdown", "static", "site", "generator"]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/FuGangqiang/mdblog.rs"

[[bin]]
name = "mdblog"
doc = false
[dependencies.chrono]
version = "0.4"

[dependencies.config]
version = "0.8"

[dependencies.env_logger]
version = "0.5"

[dependencies.failure]
version = "0.1.1"

[dependencies.futures]
version = "0.1"

[dependencies.glob]
version = "0.2"

[dependencies.hyper]
version = "0.11"

[dependencies.log]
version = "0.4"

[dependencies.notify]
version = "4.0"

[dependencies.open]
version = "1.2"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.structopt]
version = "0.2"

[dependencies.tera]
version = "0.11"

[dependencies.walkdir]
version = "2.1"