smartcat 0.7.2

Putting a brain behind `cat`. CLI interface to bring language models in the Unix ecosystem 🐈‍⬛
[[bin]]
name = "sc"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4"

[dependencies.glob]
version = "0"

[dependencies.log]
version = "0"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.toml]
version = "0"

[dependencies.ureq]
features = ["json"]
version = "2"
[dev-dependencies.serial_test]
version = "2"

[dev-dependencies.tempfile]
version = "3"

[package]
authors = ["Emilien Fugier <mail@emilienfugier.net>"]
categories = ["command-line-utilities", "text-processing"]
description = "Putting a brain behind `cat`.\nCLI interface to bring language models in the Unix ecosystem 🐈‍⬛\n"
edition = "2021"
homepage = "https://github.com/efugier/smartcat"
keywords = ["cli", "pipe", "cat", "ai", "chatgpt"]
license = "MIT OR Apache-2.0"
name = "smartcat"
readme = "README.md"
repository = "https://github.com/efugier/smartcat"
version = "0.7.2"
[package.metadata.deb]
assets = [["target/release/sc", "usr/bin/", "755"], ["LICENSE", "usr/share/doc/smartcat/", "644"], ["CHANGELOG.md", "usr/share/doc/smartcat/CHANGELOG", "644"], ["README.md", "usr/share/doc/smartcat/README", "644"]]
extended-description = "Putting a brain behind `cat`.\nCLI interface to bring language models in the Unix ecosystem 🐈‍⬛\n"
section = "utils"