# 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 = "stuart" version = "0.3.1" description = "A Blazingly-Fast Static Site Generator." homepage = "https://github.com/w-henderson/Stuart" readme = "README.md" keywords = [ "ssg", "cli", ] categories = [ "template-engine", "web-programming", "command-line-utilities", ] license = "MIT" repository = "https://github.com/w-henderson/Stuart" resolver = "1" [[bin]] name = "stuart" path = "src/main.rs" [dependencies.clap] version = "^3.2" [dependencies.humphrey] version = "^0.7.0" features = ["tls"] [dependencies.humphrey_json] version = "^0.2.0" default-features = false [dependencies.humphrey_ws] version = "^0.5.1" [dependencies.include_dir] version = "^0.7.2" [dependencies.libloading] version = "^0.7.3" [dependencies.notify] version = "^4.0.17" [dependencies.once_cell] version = "^1.13.1" [dependencies.serde] version = "^1.0" [dependencies.serde_derive] version = "^1.0" [dependencies.stuart_core] version = "^0.3.1" [dependencies.termcolor] version = "^1.1.0" [dependencies.toml] version = "^0.5" [dependencies.v8] version = "^0.82.0" optional = true [features] js = ["v8"]