# 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 = "adduce" version = "0.1.6" authors = [ "Declan Chidlow ", "ToastXC ", ] description = "A blazingly fast static site generator." homepage = "https://adduce.vale.rocks" readme = "README.md" keywords = [ "cli", "generator", "static", "ssg", "site", ] categories = [ "command-line-utilities", "web-programming", "parsing", "template-engine", ] license = "LGPL-3.0-or-later" repository = "https://github.com/DeclanChidlow/Adduce" [dependencies.optional_struct] version = "0.4" [dependencies.pulldown-cmark] version = "0.11" [dependencies.rss] version = "2.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.toml] version = "0.8"