[package] name = "slack-summarizer" version = "0.1.2" edition = "2021" readme = "README.md" license = "MIT" repository = "https://github.com/CragglesG/slack-summarizer" keywords = ["tool", "cli-tool", "utility"] categories = ["command-line-utilities"] description = "Slack Summarizer is a handy CLI tool for summarizing recent messages in Slack. It allows you to easily catch up on what's happening without leaving your command line." [dependencies] clap = { version = "4.5.21", features = ["derive"] } confy = "0.6.1" reqwest = { version = "0.12.9", features = ["blocking", "json"] } serde = { version = "1.0.215", features = ["derive"] } serde_json = "1.0.132" termimad = "0.31.0"