text-statistics 0.1.0

Comprehensive text statistics: word/sentence/character counts, average word and sentence length, estimated reading time, and a lexile-like difficulty estimate — pure, zero-dependency, deterministic.
Documentation
# 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 = "text-statistics"
version = "0.1.0"
authors = ["BeLikeNative <hello@belikenative.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Comprehensive text statistics: word/sentence/character counts, average word and sentence length, estimated reading time, and a lexile-like difficulty estimate — pure, zero-dependency, deterministic."
homepage = "https://belikenative.com/"
documentation = "https://docs.rs/text-statistics"
readme = "README.md"
keywords = [
    "text",
    "statistics",
    "word-count",
    "reading-time",
    "linguistics",
]
categories = [
    "text-processing",
    "science",
]
license = "MIT"
repository = "https://github.com/theluckystrike/belikenative"

[lib]
name = "text_statistics"
path = "src/lib.rs"