kg 0.0.5

Experimental static site generator
# 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 = "kg"
version = "0.0.5"
authors = ["Olivia Hugger <olivia@fastmail.com>"]
description = "Experimental static site generator"
license = "AGPL-3.0+"

[[bin]]
name = "kg"
path = "src/main.rs"
[dependencies.clap]
version = "2.32.0"

[dependencies.comrak]
version = "0.2.13"

[dependencies.config]
version = "0.9.0"
features = ["toml"]
default-features = false

[dependencies.handlebars]
version = "0.32.4"

[dependencies.nya]
version = "0.6.0"

[dependencies.serde]
version = "1.0.67"

[dependencies.serde_derive]
version = "1.0.67"

[dependencies.serde_json]
version = "1.0.22"

[dependencies.yaml-rust]
version = "0.4.0"
[dev-dependencies.assert_cli]
version = "0.6.2"