slackrs 0.2.0

Provides a CLI and library functions to analyze Slack message data exports (zipped JSONs with a Slack-specific structure) and plot statistics.
Documentation
[[bin]]
name = "slackrs"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4.40"

[dependencies.clap]
features = ["derive"]
version = "4.5.36"

[dependencies.csv]
version = "1.3.1"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.plotters]
version = "0.3.7"

[dependencies.rand]
version = "0.8.5"

[dependencies.rayon]
version = "1.11.0"

[dependencies.regex]
version = "1.11.1"

[dependencies.serde]
features = ["derive"]
version = "1.0.219"

[dependencies.serde_json]
version = "1.0.140"

[dependencies.zip]
version = "4.3.0"

[[example]]
name = "single_task"
path = "examples/single_task.rs"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "visualization"]
description = "Provides a CLI and library functions to analyze Slack message data exports (zipped JSONs with a Slack-specific structure) and plot statistics."
edition = "2024"
homepage = "https://github.com/roland-ewald/slackrs"
keywords = ["chatops", "slack", "log-analysis", "plotting"]
license = "Apache-2.0"
name = "slackrs"
readme = "README.md"
repository = "https://github.com/roland-ewald/slackrs"
version = "0.2.0"