guidebook 0.1.74

HonKit/GitBook compatible static book generator
# 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 = "2021"
name = "guidebook"
version = "0.1.74"
authors = ["guide-inc-org"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HonKit/GitBook compatible static book generator"
homepage = "https://github.com/guide-inc-org/guidebook"
readme = "README.md"
keywords = [
    "gitbook",
    "honkit",
    "markdown",
    "documentation",
    "static-site",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/guide-inc-org/guidebook"

[[bin]]
name = "guidebook"
path = "src/main.rs"

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"

[[test]]
name = "malformed_input_test"
path = "tests/malformed_input_test.rs"

[[test]]
name = "security_test"
path = "tests/security_test.rs"

[dependencies.anyhow]
version = "1"

[dependencies.asciidocr]
version = "0.1"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.crc32fast]
version = "1.3"

[dependencies.flate2]
version = "1"

[dependencies.notify]
version = "6"

[dependencies.open]
version = "5"

[dependencies.percent-encoding]
version = "2"

[dependencies.pulldown-cmark]
version = "0.10"

[dependencies.regex]
version = "1"

[dependencies.reqwest]
version = "0.13"
features = ["blocking"]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sha2]
version = "0.10"

[dependencies.tar]
version = "0.4"

[dependencies.tera]
version = "1"

[dependencies.tiny_http]
version = "0.12"

[dependencies.ureq]
version = "2"

[dependencies.walkdir]
version = "2"

[dependencies.zip]
version = "0.6"

[dev-dependencies.tempfile]
version = "3"