# 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 = "shellpage" version = "0.2.0" authors = ["Rodrigo Mauricio "] build = false exclude = ["config.toml"] autobins = false autoexamples = false autotests = false autobenches = false description = "Tool for conversion of markdown to html and quick blog setup" readme = "README.md" keywords = [ "blog", "markdown", "html", ] categories = ["web-programming"] license = "MIT" repository = "https://github.com/hellbound22/shellpage" [[bin]] name = "shellpage" path = "src/main.rs" [dependencies.chrono] version = "0.4.38" features = ["clock"] [dependencies.clap] version = "4.5.20" features = [ "cargo", "derive", ] [dependencies.markdown] version = "1.0.0-alpha.21" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tera] version = "1.20.0" [dependencies.thiserror] version = "1.0.64" [dependencies.toml] version = "0.8.19"