# 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 = "ssgen" version = "0.3.2" description = "A [S]tatic [S]ite [Gen]erator written in Rust" homepage = "https://ssgen.theokrueger.dev" readme = "README.md" keywords = [ "ssgen", "generator", "rweb", "html", "yaml", ] categories = [ "web-programming", "template-engine", ] license = "GPL-3.0-or-later" repository = "https://gitlab.com/theokrueger/ssgen" [profile.release] opt-level = 3 lto = true debug = 0 panic = "abort" strip = true [dependencies.clap] version = "4.5" features = [ "derive", "color", "suggestions", "unicode", ] [dependencies.colored] version = "2.1" [dependencies.glob] version = "0.3" [dependencies.indicatif] version = "0.17" [dependencies.log] version = "0.4" [dependencies.pathdiff] version = "0.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.9" [dependencies.slog] version = "2.7" [dependencies.slog-async] version = "2.8"