slackrs 0.3.0

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

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

[[bin]]
name = "slackrs"
path = "src/main.rs"

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

[dependencies.chrono]
version = "0.4.44"

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

[dependencies.csv]
version = "1.4.0"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.plotters]
version = "0.3.7"

[dependencies.rand]
version = "0.10.1"

[dependencies.rayon]
version = "1.12.0"

[dependencies.regex]
version = "1.12.3"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.zip]
version = "8.5.1"