# 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 = "cogni" version = "0.2.1" authors = ["leoshimo"] description = "Unix native interface for LLMs" readme = "README.md" keywords = [ "unix", "cli", "command-line", "ai", "llm", ] license = "MIT OR Apache-2.0" repository = "https://github.com/leoshimo/cogni" [dependencies.anyhow] version = "1.0.71" [dependencies.chrono] version = "0.4.26" features = ["serde"] [dependencies.clap] version = "4.3.5" features = [ "default", "cargo", "env", ] [dependencies.derive_builder] version = "0.12.0" [dependencies.env_logger] version = "0.10.0" [dependencies.log] version = "0.4.19" [dependencies.reqwest] version = "0.11.18" features = ["json"] [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.serde_json] version = "1.0.97" [dependencies.thiserror] version = "1.0.40" [dependencies.tokio] version = "1.28.2" features = ["full"] [dev-dependencies.assert_cmd] version = "2.0.11" [dev-dependencies.assert_fs] version = "1.0.13" [dev-dependencies.mockito] version = "1.1.0" [dev-dependencies.predicates] version = "3.0.3"