# 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 = "pithy" version = "0.1.7" authors = ["ckoshka"] include = [ "/src/lib.rs", "README.md", "Cargo.lock", "Cargo.toml", "/bin/pithy.rs", ] description = "Ultra-fast, spookily accurate text summarizer that works on any language" homepage = "https://github.com/ckoshka/pithy" readme = "README.md" keywords = [ "summarize", "summarization", "text", "nlp", "cli", ] categories = [ "command-line-utilities", "text-processing", ] license = "MIT" repository = "https://github.com/ckoshka/pithy" resolver = "2" [lib] name = "pithy" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[bin]] name = "pithy-cli" path = "bin/pithy.rs" [dependencies.colored] version = "2" [dependencies.indicatif] version = "0.16.2" [dependencies.rayon] version = "1.5.1"