# 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 = "cgip" version = "0.2.11" authors = ["Divan Visagie "] description = "Terminal client for interacting with Chat GPT that allows you to build and manipulate contexts" readme = "README.md" license = "GPL-2.0" repository = "https://github.com/divanvisagie/chat-gipity" [dependencies.anyhow] version = "1.0.75" [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "4.2.7" features = ["derive"] [dependencies.config] version = "0.14.0" [dependencies.dirs] version = "5.0.1" [dependencies.reqwest] version = "0.11.17" features = ["blocking"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.8" [dependencies.spinners] version = "4.1.0" [dependencies.tempfile] version = "3.10.1" [dependencies.tiktoken-rs] version = "0.5.9" [dependencies.toml] version = "0.8.12" [dependencies.uuid] version = "1.8.0" features = ["v4"]