alpine 0.1.0

A simple HTML template engine
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "alpine"
version = "0.1.0"
dependencies = [
 "alpine-css",
 "alpine-html",
 "alpine-markup",
 "alpine-svg",
 "anyhow",
]

[[package]]
name = "alpine-css"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0701913da29e6641e1aeeeb1371cd4b0559823d49952c0f24e388f2a4d616813"
dependencies = [
 "alpine-html",
 "alpine-markup",
]

[[package]]
name = "alpine-html"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5be677e05ec0453bf68e2771ca914eb4da02e044662c4449c16167b9045b5bb6"
dependencies = [
 "alpine-markup",
]

[[package]]
name = "alpine-markup"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "457341aa4dbab0c04977aee0f49b9fc03271f8529ac4bf2d851e7ae6437bf529"

[[package]]
name = "alpine-svg"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b4bb1dea0d1610adc8ba50deedbab6ae70ca0d6c986a406ce89d8a6458cae3c"
dependencies = [
 "alpine-markup",
]

[[package]]
name = "anyhow"
version = "1.0.75"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"