sentiment-basic 0.1.0

Simple, deterministic positive/negative word-count sentiment scoring with built-in word lists — pure, zero-dependency, no network.
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 = "sentiment-basic"
version = "0.1.0"
authors = ["BeLikeNative <hello@belikenative.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple, deterministic positive/negative word-count sentiment scoring with built-in word lists — pure, zero-dependency, no network."
homepage = "https://belikenative.com/"
documentation = "https://docs.rs/sentiment-basic"
readme = "README.md"
keywords = [
    "sentiment",
    "nlp",
    "text",
    "opinion-mining",
    "linguistics",
]
categories = [
    "text-processing",
    "science",
]
license = "MIT"
repository = "https://github.com/theluckystrike/belikenative"

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