static-page-builder 0.3.2

Provides a set of utilities to build static pages. Built off of maud.
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
name = "static-page-builder"
version = "0.3.2"
authors = ["AlterionX <ben.xu.cs@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Provides a set of utilities to build static pages. Built off of maud."
readme = false
license = "MIT"
repository = "https://github.com/AlterionX/benxu-dev"
resolver = "2"

[lib]
name = "static_page_builder"
path = "src/lib.rs"

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

[dependencies.maud]
version = "0.27"

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