# 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 = "tokio-openai" version = "3.1.3" description = "tokio support for OpenAI API" readme = "README.md" license = "MIT" repository = "https://github.com/andrewgazelka/tokio-openai" [dependencies.anyhow] version = "1.0.75" [dependencies.derive-build] version = "0.1.1" [dependencies.derive_more] version = "0.99.17" [dependencies.event-stream-processor] version = "1.0.0" [dependencies.futures-util] version = "0.3.28" [dependencies.pin-project] version = "1.1.3" [dependencies.reqwest] version = "0.11" features = [ "json", "stream", ] [dependencies.schemars] version = "0.8.15" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.33" features = ["full"] [dependencies.tokio-stream] version = "0.1.14" [dev-dependencies.approx] version = "0.5.1" [dev-dependencies.once_cell] version = "1.18" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.regex] version = "1.10.2"