# 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 = "rubedo-ssg" version = "0.5.0" authors = ["Gabriele Musco "] build = false exclude = [ "/default_theme", "/examples", "/logo.svg", "/.gitignore", "/tagging", ] autobins = false autoexamples = false autotests = false autobenches = false description = "The final stage in the alchemical process of building a static website" readme = "README.md" keywords = ["ssg"] categories = [ "command-line-utilities", "web-programming", ] license = "AGPL-3.0-or-later" repository = "https://gitlab.com/gabmus/rubedo" [[bin]] name = "rubedo-ssg" path = "src/main.rs" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.comrak] version = "0.29.0" features = ["syntect"] [dependencies.fs_extra] version = "1.3.0" [dependencies.lazy_static] version = "1.5.0" [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.serde_json] version = "1.0.133" [dependencies.syntect] version = "5.2.0" [dependencies.tera] version = "1.20.0" [dependencies.toml] version = "0.8.19" [dependencies.two-face] version = "0.4.0" [dependencies.walkdir] version = "2.5.0"