# 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 = "blogs-md-easy" version = "0.3.8" authors = ["BritishWerewolf "] description = "Iteratively convert a collection of Markdown files into a respective HTML template." homepage = "https://github.com/BritishWerewolf/blogs-md-easy" documentation = "https://docs.rs/crate/blogs-md-easy" readme = "README.md" keywords = [ "markdown", "html", "template", "blog", ] categories = [ "command-line-interface", "config", "web-programming", ] license = "MIT" repository = "https://github.com/BritishWerewolf/blogs-md-easy" [dependencies.clap] version = "4.5.2" features = ["derive"] [dependencies.markdown] version = "1.0.0-alpha.16" [dependencies.nom] version = "7.1.3" [dependencies.nom_locate] version = "4.2.0"