# 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 = "fgpt" version = "0.1.6" authors = ["jinti "] description = "A free reverse proxy and cli tool for OpenAI GPT-3.5-turbo." homepage = "https://github.com/shenjinti/fgpt" readme = "README.md" keywords = [ "shell", "gpt", "chatgpt", "openai", "cli", ] license = "BSD-3-Clause" repository = "https://github.com/shenjinti/fgpt" [dependencies.axum] version = "0.7.5" [dependencies.base64] version = "0.22.0" [dependencies.bytes] version = "1.6.0" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.env_logger] version = "0.11.3" [dependencies.futures] version = "0.3.30" [dependencies.gpt_tokenizer] version = "0.1.0" [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4.21" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.10.4" [dependencies.reqwest] version = "0.12.4" features = [ "rustls-tls", "json", "stream", "socks", ] default-features = false [dependencies.rustls] version = "0.23.5" [dependencies.rustyline] version = "14.0.0" features = ["derive"] [dependencies.serde] version = "1.0.198" features = ["derive"] [dependencies.serde_json] version = "1.0.116" [dependencies.sha3] version = "0.10.8" [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.tokio-stream] version = "0.1.15" [dependencies.uuid] version = "1.8.0" features = ["v4"] [features] cli = [] default = [ "cli", "proxy", ] proxy = []