# 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 = "kismesis-ssg" version = "0.4.0" description = "A static site generator with plugins and macros." readme = "README.md" license-file = "LICENSE.md" repository = "https://github.com/lilith-in-starlight/kismesis-ssg" [[bin]] name = "kismesis" path = "src/main.rs" [dependencies.actix-files] version = "0.6.6" optional = true [dependencies.actix-web] version = "4.8.0" optional = true [dependencies.clap] version = "4.4.16" features = ["derive"] [dependencies.directories] version = "5.0.1" [dependencies.kismesis] version = "0.5.0" features = [ "reporting", "serde", ] [dependencies.once_cell] version = "1.19.0" [dependencies.ron] version = "0.8.1" [features] default = [ "plugins", "server", ] plugins = ["kismesis/plugins"] server = [ "dep:actix-web", "dep:actix-files", ]