# 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 = "renatic" version = "0.4.0" authors = ["Rijk van Putten "] description = "A flexible and customizable static site generator" homepage = "https://github.com/rijkvp/renatic" readme = "README.md" keywords = ["static", "site", "generator", "blog"] categories = ["command-line-utilities", "web-programming"] license = "GPL-3.0" repository = "https://github.com/rijkvp/renatic" resolver = "2" [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.clap] version = "3.0" features = ["derive"] [dependencies.dirs] version = "4" [dependencies.env_logger] version = "0.9" [dependencies.log] version = "0.4" [dependencies.minify-html] version = "0.8" [dependencies.pulldown-cmark] version = "0.9" [dependencies.quick-xml] version = "0.23.0-alpha3" features = ["serialize"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.8" [dependencies.tera] version = "1.15" features = ["builtins"]