# 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 = "campfire" version = "1.1.0" authors = ["Marcus Bauer "] exclude = ["/example-vault"] description = "A tiny static site generator, greatly inspired by Zola." license = "MIT" repository = "https://github.com/mabako/campfire" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3.2" features = ["cargo"] [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4" [dependencies.pretty_env_logger] version = "0.4" [dependencies.pulldown-cmark] version = "0.9.2" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.9.4" [dependencies.slug] version = "0.1.4" [dependencies.tera] version = "1"