[[bin]]
name = "usaidwat"
path = "src/main.rs"
[dependencies.chrono]
features = ["serde"]
version = "0.4.41"
[dependencies.clap]
features = ["derive"]
version = "4.5.38"
[dependencies.clap-verbosity-flag]
version = "3.0.3"
[dependencies.colored]
version = "3.0.0"
[dependencies.counter]
version = "0.6.0"
[dependencies.env_logger]
version = "0.11.8"
[dependencies.htmlentity]
version = "1.3.2"
[dependencies.indoc]
version = "2.0.6"
[dependencies.itertools]
version = "0.14.0"
[dependencies.log]
version = "0.4.27"
[dependencies.markdown]
version = "1.0.0"
[dependencies.regex]
version = "1.11.1"
[dependencies.relativetime]
version = "0.1.4"
[dependencies.reqwest]
features = ["json"]
version = "0.12.15"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.serde_json]
version = "1.0.140"
[dependencies.textwrap]
features = ["terminal_size"]
version = "0.16.2"
[dependencies.thiserror]
version = "2.0.12"
[dependencies.tokio]
features = ["rt-multi-thread", "macros", "process"]
version = "1.46.1"
[dependencies.tokio-pager]
version = "1.0.0"
[dev-dependencies.pretty_assertions]
version = "1.4.1"
[dev-dependencies.temp-env]
version = "0.3.6"
[dev-dependencies.uuid]
features = ["v4"]
version = "1.16.0"
[lib]
name = "usaidwat"
path = "src/lib.rs"
[package]
authors = ["Michael Dippery <michael@monkey-robot.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = 'Answers the age-old question, "Where does a Redditor comment the most?"'
documentation = "https://docs.rs/usaidwat"
edition = "2024"
keywords = ["ai", "cli", "web", "reddit"]
license = "Apache-2.0"
name = "usaidwat"
readme = "README.md"
repository = "https://github.com/mdippery/usaidwat-next"
rust-version = "1.88"
version = "2.0.2"
[[test]]
name = "openai_client_https"
path = "tests/openai_client_https.rs"
[[test]]
name = "openai_service_https"
path = "tests/openai_service_https.rs"
[[test]]
name = "reddit_service_https"
path = "tests/reddit_service_https.rs"
[[test]]
name = "summarizer_https"
path = "tests/summarizer_https.rs"