# 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 = "siter" version = "0.1.1" authors = ["storyfeet "] description = "A static site generator where even content and config are templates" readme = "readme.md" keywords = ["static", "website", "generator"] license = "MIT" repository = "https://github.com/storyfeet/siter" [lib] name = "siter" path = "src/lib.rs" [[bin]] name = "siter" path = "src/main.rs" [dependencies.anyhow] version = "1.0.31" [dependencies.card_format] version = "0.1.0" [dependencies.clap] version = "2.33.3" [dependencies.clap_conf] version = "0.1.5" [dependencies.err_tools] version = "0.1.1" [dependencies.gobble] version = "0.6.1" [dependencies.templito] version = "0.1.1" [dependencies.thiserror] version = "1.0.20"