claude_cli 0.1.3

Rust CLI to interact with Anthropic's Language model (Claude) in the terminal
[[bin]]
name = "claude"
path = "src/main.rs"
[dependencies.colored]
version = "2.1.0"

[dependencies.futures]
version = "0.3.30"

[dependencies.reqwest]
features = ["json", "stream"]
version = "0.11"

[dependencies.serde_json]
version = "1.0.108"

[dependencies.tokio]
features = ["full"]
version = "1.35.1"

[package]
authors = ["Guy Hannay <guyhannay@hotmail.co.uk>"]
description = "Rust CLI to interact with Anthropic's Language model (Claude) in the terminal"
documentation = "https://docs.rs/claude-cli"
edition = "2021"
keywords = ["cli", "anthropic", "llm", "chatgpt"]
license = "MIT OR Apache-2.0"
name = "claude_cli"
readme = "README.md"
repository = "https://github.com/ghannay10/claude-cli"
rust-version = "1.74.0"
version = "0.1.3"