# 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 = "ssite" version = "0.0.3" authors = ["Jeremy Chone "] include = [ "src/**/*", "Cargo.toml", "README.md", "LICENCE", ] description = "Static Site Generator" homepage = "https://github.com/jeremychone/rust-ssite" readme = "README.md" keywords = [ "cli", "static_site", "website", "markdown", "handlebars", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/jeremychone/rust-ssite" [dependencies.aho-corasick] version = "0.7" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4" features = ["cargo"] [dependencies.comrak] version = "0.14" [dependencies.dirs] version = "4" [dependencies.mime_guess] version = "2" [dependencies.notify] version = "5" [dependencies.notify-debouncer-mini] version = "0.2" [dependencies.pathdiff] version = "0.2" [dependencies.regex] version = "1" [dependencies.strum] version = "0.24" [dependencies.strum_macros] version = "0.24" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.5" [dependencies.walkdir] version = "2" [dependencies.yaml-rust] version = "0.4" [dev-dependencies.anyhow] version = "1"