# 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 = "cordyceps_api" version = "0.1.1" authors = ["linuxtechtips"] description = "OpenAI API Wrapper" readme = "README.md" keywords = [ "openai", "api", "ai", "chatgpt", ] license = "MIT" [dependencies.bytes] version = "1.4.0" [dependencies.futures-util] version = "0.3.26" optional = true default-features = true [dependencies.reqwest] version = "0.11.14" features = ["json"] optional = false default-features = true [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_jsonrc] version = "0.1.0" [dependencies.tokio] version = "1.25.0" features = ["full"] optional = true default-features = true [dev-dependencies.rusty-hook] version = "0.11.2" optional = false [build-dependencies.clippy] version = "0.0.302" optional = true [build-dependencies.rustfmt] version = "0.10.0" optional = true [features] blocking = ["reqwest/blocking"] chat = [] default = [ "chat", "dep:futures-util", "dep:tokio", "reqwest/stream", ] tests = []