# 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" rust-version = "1.66.0" name = "combustion" version = "0.1.0" authors = ["Asa Paparo"] description = "A static site generator that renders templates per request" readme = "README.md" license = "MIT" repository = "https://github.com/AngleSideAngle/combustion" [dependencies.gray_matter] version = "0.2" [dependencies.handlebars] version = "4.3.5" [dependencies.pulldown-cmark] version = "0.9.2" [dependencies.rocket] version = "0.5.0-rc.2" [dependencies.rocket_dyn_templates] version = "0.1.0-rc.2" features = ["handlebars"] [dependencies.serde] version = "1.0.151" [dependencies.toml] version = "0.5.10" [dependencies.walkdir] version = "2"