# 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 = "FerriteChatter" version = "4.2.2" authors = ["n01e0 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "ChatGPT CLI" readme = "README.md" license = "MIT" [lib] name = "FerriteChatter" path = "src/lib.rs" [[bin]] name = "fask" path = "src/bin/fask.rs" [[bin]] name = "fchat" path = "src/bin/fchat.rs" [[bin]] name = "ftrans" path = "src/bin/ftrans.rs" [dependencies.anyhow] version = "1.0.92" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.ferrite_model_gen] version = "0.1.0" [dependencies.inquire] version = "0.7.5" features = ["editor"] [dependencies.openai] version = "1.0.0-alpha.16" [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.serde_yaml] version = "0.9.34" [dependencies.tia] version = "1.0.3" [dependencies.tokio] version = "1.41.0" features = ["full"]