# 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 = "count-md" version = "0.1.0" authors = ["Chris Krycho "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple, configurable command-line tool and Rust library for Unicode-aware, Markdown-aware, HTML-aware word counting in Markdown documents" readme = "README.md" license = "BlueOak-1.0.0" repository = "https://github.com/chriskrycho/count-md" [lib] name = "count_md" path = "src/lib.rs" [[bin]] name = "count-md" path = "src/main.rs" [dependencies.bitflags] version = "2.5.0" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.clap_complete] version = "4.5.2" [dependencies.notify] version = "6.1.1" [dependencies.pulldown-cmark] version = "0.10.2" features = ["simd"] [dependencies.rayon] version = "1.10.0" [dependencies.thiserror] version = "1.0.61" [dependencies.unicode-segmentation] version = "1.11.0" [dependencies.xmlparser] version = "0.13.6"