mdbook-reading-time 0.1.2

mdbook preprocessor that calculates the reading time and word count of each chapter.
Documentation
[[bin]]
name = "mdbook-reading-time"
path = "src/main.rs"

[dependencies.clap]
version = "4.5.20"

[dependencies.mdbook]
default-features = false
version = "0.4.*"

[dependencies.semver]
version = "1.0.23"

[dependencies.serde_json]
version = "1.0.132"

[dependencies.unicode-segmentation]
version = "1.12.0"

[lib]
name = "mdbook_reading_time"
path = "src/lib.rs"

[package]
authors = ["Pawel Urbanek <contact@pawelurbanek.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "mdbook preprocessor that calculates the reading time and word count of each chapter."
edition = "2021"
license = "MIT"
name = "mdbook-reading-time"
readme = "README.md"
version = "0.1.2"

[profile.release]
lto = true