# 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.74.0" name = "gempost" version = "0.3.0" authors = ["Lark "] description = "A simple static site generator for creating a blog on the Gemini protocol" homepage = "https://github.com/justlark/gempost" readme = "README.md" keywords = [ "gemini", "gemlog", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/justlark/gempost" [dependencies.chrono] version = "0.4.31" features = ["alloc"] default-features = false [dependencies.clap] version = "4.4.13" features = ["derive"] [dependencies.color-eyre] version = "0.6.2" [dependencies.eyre] version = "0.6.11" [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.serde_yaml] version = "0.9.30" [dependencies.tera] version = "1.19.1" [dependencies.thiserror] version = "1.0.56" [dependencies.url] version = "2.5.0" [dependencies.uuid] version = "1.7.0" features = ["v4"] [lints.rust] missing_debug_implementations = "warn" unsafe_code = "forbid"