# 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 = "blust" version = "0.1.2" authors = ["Luís Silva "] description = "another static blog generator" homepage = "https://github.com/LudeeD/blust" documentation = "https://github.com/LudeeD/blust" readme = "README.md" keywords = [ "static", "generator", "cli", ] license = "MIT" repository = "https://github.com/LudeeD/blust" [dependencies.anyhow] version = "1.0.58" [dependencies.chrono] version = "0.4.24" [dependencies.glob] version = "0.3.0" [dependencies.handlebars] version = "4.3.3" [dependencies.pulldown-cmark] version = "0.9.2" features = ["simd"] default-features = false [dependencies.serde_json] version = "1.0.82" [dependencies.toml_edit] version = "0.19.8"