pithy 0.1.6

Ultra-fast, spookily accurate text summarizer that works on any language
[dependencies.colored]
version = "2"

[dependencies.indicatif]
version = "0.16.2"

[dependencies.rayon]
version = "1.5.1"

[package]
authors = ["ckoshka"]
categories = ["command-line-utilities", "text-processing"]
description = "Ultra-fast, spookily accurate text summarizer that works on any language"
edition = "2021"
exclude = ["resources/", "cruft/"]
homepage = "https://github.com/ckoshka/pithy"
include = ["/src/main.rs", "README.md", "Cargo.lock", "Cargo.toml"]
keywords = ["summarize", "summarization", "text", "nlp", "cli"]
license = "MIT"
name = "pithy"
readme = "README.md"
repository = "https://github.com/ckoshka/pithy"
resolver = "2"
version = "0.1.6"