# 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 = "mdbook-reading-time" version = "0.1.2" authors = ["Pawel Urbanek "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "mdbook preprocessor that calculates the reading time and word count of each chapter." readme = "README.md" categories = ["command-line-utilities"] license = "MIT" [profile.release] lto = true [lib] name = "mdbook_reading_time" path = "src/lib.rs" [[bin]] name = "mdbook-reading-time" path = "src/main.rs" [dependencies.clap] version = "4.5.20" [dependencies.mdbook] version = "0.4.*" default-features = false [dependencies.semver] version = "1.0.23" [dependencies.serde_json] version = "1.0.132" [dependencies.unicode-segmentation] version = "1.12.0"