# 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 = "chatgpt-private-test" version = "0.2.1" authors = ["jaykchen@gmail.com"] description = "helper functions to use chatgpt" readme = "README" license = "MIT" [[example]] name = "simple" path = "src/example/simple.rs" [dependencies.anyhow] version = "1.0.71" [dependencies.async-openai] version = "0.12.0" [dependencies.dotenv] version = "0.15.0" [dependencies.http_req] version = "0.9.1" [dependencies.qdrant-client] version = "1.3.0" features = [ "reqwest", "serde", ] [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.tiktoken-rs] version = "0.4.4" [dependencies.tokio] version = "1.25.1" features = ["full"]