# 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 = "unspoken" version = "0.1.2" description = "Chatbot API client library and CLI interface." readme = "README.md" license = "MIT" repository = "https://github.com/dmitry-markin/unspoken" [dependencies.anyhow] version = "1.0.89" [dependencies.clap] version = "4.5.17" features = [ "derive", "wrap_help", ] [dependencies.colored] version = "2.1.0" [dependencies.dirs] version = "5.0.1" [dependencies.openai_api_rust] version = "0.1.9" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.thiserror] version = "1.0.63" [dependencies.toml] version = "0.8.19"