# 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 = "stog" version = "0.2.0" authors = ["Zola Gonano "] description = "STOG is a static blog generator implemented in rust" homepage = "https://github.com/zolagonano/stog.git" readme = "README.md" keywords = ["blog", "markdown", "static", "minimal", "generator"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/zolagonano/stog.git" resolver = "2" [lib] name = "lib" path = "src/lib/lib.rs" doc = false [[bin]] name = "stog" path = "src/bin/bin.rs" doc = false [dependencies.clap] version = "2" [dependencies.fs_extra] version = "1.2.0" [dependencies.pulldown-cmark] version = "0.9.1" [dependencies.regex] version = "1.5.5" [dependencies.serde] version = "1.0.138" [dependencies.serde_derive] version = "1.0.138" [dependencies.serde_yaml] version = "0.8.24" [dependencies.tera] version = "1.16.0" [dependencies.toml] version = "0.5.9"