[package]
name = "guidebook"
version = "0.1.13"
edition = "2021"
description = "HonKit/GitBook compatible static book generator"
license = "MIT"
repository = "https://github.com/guide-inc-org/guidebook"
homepage = "https://github.com/guide-inc-org/guidebook"
readme = "README.md"
keywords = ["gitbook", "honkit", "markdown", "documentation", "static-site"]
categories = ["command-line-utilities", "development-tools"]
authors = ["guide-inc-org"]
[dependencies]
clap = { version = "4", features = ["derive"] }
pulldown-cmark = "0.10"
tera = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
anyhow = "1"
thiserror = "1"
walkdir = "2"
pathdiff = "0.2"
tiny_http = "0.12"
notify = "6"
ureq = "2"
percent-encoding = "2"