# 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 = "gpt-pipe" version = "0.2.0" authors = ["Andrew Gazelka "] description = "GPT use with UNIX pipes" readme = "README.md" license = "MIT" repository = "https://github.com/andrewgazelka/gpt-pipe" [dependencies.anyhow] version = "1.0.70" [dependencies.clap] version = "4.2.5" features = ["derive"] [dependencies.ctrlc] version = "3.2.5" [dependencies.futures] version = "0.3.28" [dependencies.once_cell] version = "1.17.1" [dependencies.tokio] version = "1.27.0" features = ["full"] [dependencies.tokio-openai] version = "1.0.1" [dependencies.tokio-util] version = "0.7.7"