# 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] edition = "2018" name = "mkbook" version = "0.3.0" authors = ["Kenton Hamaluik "] build = "build.rs" exclude = ["docs/*", "docs-src/*"] description = "A simpler alternative to mdbook, meant for building book websites from Markdown files" homepage = "https://hamaluik.github.io/mkbook/" readme = "README.md" keywords = ["book", "markdown", "static"] categories = ["command-line-utilities", "text-processing", "web-programming"] license = "Apache-2.0" repository = "https://github.com/hamaluik/mkbook" [dependencies.askama] version = "0.8" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "2.33" [dependencies.comrak] version = "0.6" [dependencies.fern] version = "0.5" features = ["colored"] [dependencies.ignore] version = "0.4" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" features = ["max_level_debug", "release_max_level_info", "std", "serde"] [dependencies.notify] version = "4.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.syntect] version = "3.3" [dependencies.toml] version = "0.5" [dependencies.ws] version = "0.9" [build-dependencies.sass-rs] version = "0.2" [badges.maintenance] status = "actively-developed"