[dependencies.clap]
features = ["derive"]
version = "4"
[dependencies.log]
version = "0"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.toml]
version = "0"
[dependencies.ureq]
features = ["json"]
version = "2"
[dev-dependencies.tempfile]
version = "3"
[package]
categories = ["command-line-utilities"]
description = "Putting a brain behind `cat`.\nWIP cli interface to language model to bring them in the Unix ecosystem 🐈⬛\n"
edition = "2021"
homepage = "https://github.com/efugier/smartcat"
keywords = ["cli", "pipe", "llm", "ai", "chatgpt"]
license = "MIT OR Apache-2.0"
name = "smartcat"
readme = "README.md"
repository = "https://github.com/efugier/smartcat"
version = "0.1.9"