# 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 = "sssg" version = "1.1.10" authors = ["Alfie John "] description = "Simple Static Site Generator" homepage = "https://crates.io/crates/sssg" documentation = "https://docs.rs/sssg/" readme = "README.md" license = "GPL-2.0-only" repository = "https://github.com/alfiedotwtf/sssg" [[bin]] name = "sssg" test = false bench = false [dependencies.chrono] version = "0.4.19" [dependencies.clappers] version = "2.0.1" [dependencies.comrak] version = "0.12.1" [dependencies.cwd] version = "1.1.4" [dependencies.die] version = "0.2.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.minifier] version = "0.0.43" [dependencies.minify] version = "1.3.0" [dependencies.placeholder] version = "1.1.3" [dependencies.regex] version = "1.5.5" [dependencies.tiny_http] version = "0.11" [dependencies.toml] version = "0.5.8" [dependencies.walkdir] version = "2.3.2"