# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "gutenberg" version = "0.0.7" authors = ["Vincent Prouillet "] description = "Static site generator" homepage = "https://github.com/Keats/gutenberg" readme = "README.md" keywords = ["static", "site", "generator", "blog"] license = "MIT" repository = "https://github.com/Keats/gutenberg" [[bin]] name = "gutenberg" [dependencies.staticfile] version = "0.4" [dependencies.ws] version = "0.7" [dependencies.base64] version = "0.6" [dependencies.clap] version = "2" [dependencies.tera] version = "0.10" [dependencies.slug] version = "0.1" [dependencies.pulldown-cmark] version = "0" [dependencies.syntect] version = "1" features = ["static-onig"] [dependencies.lazy_static] version = "0.2" [dependencies.chrono] version = "0.3" [dependencies.mount] version = "0.3" [dependencies.glob] version = "0.2" [dependencies.term-painter] version = "0.2" [dependencies.iron] version = "0.5" [dependencies.serde] version = "1.0" [dependencies.notify] version = "4" [dependencies.toml] version = "0.4" [dependencies.walkdir] version = "1" [dependencies.error-chain] version = "0.10" [dependencies.serde_derive] version = "1.0" [dependencies.regex] version = "0.2" [dev-dependencies.tempdir] version = "0.3"