markdown-readtime 0.1.2

A library to estimate reading time for Markdown content
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "markdown-readtime"
version = "0.1.2"
edition = "2024"
description = "A library to estimate reading time for Markdown content"
repository = "https://github.com/hualayn/markdown-readtime"
license = "MIT"
keywords = ["markdown", "reading-time", "readtime"]
categories = ["text-processing", "web-programming"]

[dependencies]
emojis = "0.8.0"
pulldown-cmark = "0.10"
serde = { version = "1.0", features = ["derive"], optional = true }

[features]
default = []
serde = ["dep:serde"]