# 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 = "sushi-gen" version = "0.2.9" description = "A simple but customizable static site generator / blog generator" readme = "README.md" keywords = [ "static", "site", "generator", "blog", ] categories = ["command-line-utilities"] license = "LGPL-3.0" repository = "https://github.com/fpg2012/sushi" [[bin]] name = "ssushi" path = "src/main.rs" [dependencies.chrono] version = "0.4.31" [dependencies.clap] version = "4.4.18" features = ["derive"] [dependencies.directories] version = "5.0.1" [dependencies.fs_extra] version = "1.3.0" [dependencies.itertools] version = "0.12.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.liquid] version = "0.26.4" [dependencies.log] version = "0.4.20" [dependencies.regex] version = "1.10.2" [dependencies.serde] version = "1.0" [dependencies.serde_yaml] version = "0.9.30" [dependencies.simple_logger] version = "4.3.3" features = ["colors"] default-features = false [dependencies.subprocess] version = "0.2.9"