# 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 = "slack-summarizer" version = "0.1.2" build = false autobins = false autoexamples = false autotests = false autobenches = false 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." readme = "README.md" keywords = [ "tool", "cli-tool", "utility", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/CragglesG/slack-summarizer" [[bin]] name = "slack-summarizer" path = "src/main.rs" [dependencies.clap] version = "4.5.21" features = ["derive"] [dependencies.confy] version = "0.6.1" [dependencies.reqwest] version = "0.12.9" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.215" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.termimad] version = "0.31.0"