# 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 = "gdt-ssg" version = "1.0.0" authors = ["Greg Troszak "] description = "Dead simple static site generator." readme = "README.md" license = "MIT" repository = "https://github.com/gdtroszak/ssg" [dependencies.clap] version = "4.5.9" features = ["derive"] [dependencies.fs_extra] version = "1.3.0" [dependencies.handlebars] version = "5.1.2" [dependencies.pulldown-cmark] version = "0.11.0" [dependencies.regex] version = "1.10.5" [dependencies.serde_json] version = "1.0.118" [dependencies.serde_yaml] version = "0.9.34" [dependencies.shellexpand] version = "2.1" [dependencies.walkdir] version = "2.5.0"