# 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 = "chatterpipe" version = "0.1.4" authors = ["Danny Furnivall "] description = "Effortlessly extract AI-generated insights from your text files! This Rust-based CLI tool sends your text content to OpenAI's ChatCompletion API and pipes the output into your desired destination. Unleash the power of AI in your projects and enhance your text-processing workflows with ChatterPipe-rs. All you need is your OpenAI API key." readme = "README.md" keywords = [ "gpt", "cli", "gpt-4", "communication", ] categories = [ "command-line-utilities", "networking", "ml", ] license = "MIT OR Apache-2.0" repository = "https://github.com/furnivall/chatterpipe-rs" [[bin]] name = "ctp" path = "src/main.rs" [dependencies.colored] version = "2.0.0" [dependencies.directories] version = "5.0.1" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tiktoken-rs] version = "0.4.2" [dependencies.toml] version = "0.7.3" [dependencies.unicode-segmentation] version = "1.8.0" [badges.maintenance] status = "actively-developed"