# 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 = "orestaty" version = "1.0.0" authors = ["InfiniteCoder "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "HTML-centered handlebars-based static site generator" readme = "README.md" keywords = [ "markdown", "handlebars", "sass", "html", ] categories = [ "command-line-utilities", "parser-implementations", "template-engine", "text-processing", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/InfiniteCoder01/OreStaty/" [lib] name = "orestaty" path = "src/lib.rs" [[bin]] name = "orestaty" path = "src/main.rs" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.grass] version = "0.13" [dependencies.handlebars] version = "5.1" features = ["script_helper"] [dependencies.pulldown-cmark] version = "0.11" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.serde_yml] version = "0.0" [dependencies.syntect] version = "5.1" [dependencies.toml] version = "0.8" [dependencies.unindent] version = "0.2.3"