# 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 = "2021" name = "mksite" version = "0.1.2" authors = ["alterae "] exclude = [ "/docs", "/.github", "/Makefile", ] description = "A file format-agnostic static site generator" homepage = "https://alterae.github.io/mksite" readme = "README.md" keywords = [ "ssg", "static", "site", "generator", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/alterae/mksite" [dependencies.clap] version = "4.0.14" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.fern] version = "0.6.1" [dependencies.fs_extra] version = "1.2.0" [dependencies.log] version = "0.4.17" [dependencies.maplit] version = "1.0.2" [dependencies.serde] version = "1.0.145" features = ["derive"] [dependencies.shell-words] version = "1.1.0" [dependencies.tera] version = "1.17.1" [dependencies.thiserror] version = "1.0.37" [dependencies.toml] version = "0.5.9"