# 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 = "2018" name = "futhorc" version = "0.1.13" authors = ["Craig Weber "] description = "A static site generator to learn Rust and to build my personal blog" documentation = "https://docs.rs/futhorc" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/weberc2/futhorc" [dependencies.atom_syndication] version = "0.11.0" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "2.33.3" [dependencies.gtmpl] version = "0.6.0" [dependencies.gtmpl_derive] version = "0.4.0" [dependencies.gtmpl_value] version = "0.4.0" [dependencies.pulldown-cmark] version = "0.8.0" [dependencies.serde] version = "1.0.124" features = ["derive"] [dependencies.serde_yaml] version = "0.8.17" [dependencies.slug] version = "0.1.4" [dependencies.url] version = "2.2.2" features = ["serde"] [features] fail-on-warnings = []