# 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 = "mockingparrot" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A TUI Chat Client for ChatGPT" readme = "README.md" license = "Unlicense" repository = "https://github.com/ArielHorwitz/mockingparrot" [lib] name = "mockingparrot" path = "src/lib.rs" [[bin]] name = "mockingparrot" path = "src/main.rs" [[test]] name = "config" path = "tests/config.rs" [dependencies.anyhow] version = "1.0.83" [dependencies.chrono] version = "0.4.38" [dependencies.crossterm] version = "0.27.0" features = ["serde"] [dependencies.dirs] version = "5.0.1" [dependencies.num-traits] version = "0.2.19" [dependencies.ratatui] version = "0.29.0" features = [ "all-widgets", "serde", "unstable-rendered-line-info", ] [dependencies.reqwest] version = "0.12.4" features = ["json"] [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.118" [dependencies.tokio] version = "1.38.0" features = [ "rt", "rt-multi-thread", "macros", ] [dependencies.toml] version = "0.8.14" [dependencies.tui-textarea] version = "0.7.0" [lints.clippy] missing_errors_doc = "allow" [lints.clippy.pedantic] level = "warn" priority = -1