# 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 = "openai-realtime-proxy" version = "0.1.0" authors = ["Miguel Piedrafita "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Safely deploy OpenAI's Realtime APIs in less than 5 minutes!" readme = "README.md" keywords = [ "machine-learning", "openai", "realtime", "proxy", ] categories = [ "api-bindings", "web-programming", ] license = "MIT" repository = "https://github.com/m1guelpf/openai-realtime-proxy" [lib] name = "openai_realtime_proxy" path = "src/lib.rs" [[example]] name = "server" path = "examples/server.rs" [dependencies.axum] version = "0.7.7" features = ["ws"] [dependencies.futures] version = "0.3.30" [dependencies.http] version = "1.1.0" [dependencies.rustls] version = "0.23.13" [dependencies.tokio] version = "1.40.0" [dependencies.tokio-tungstenite] version = "0.24.0" features = [ "rustls-tls-webpki-roots", "url", ] [dependencies.url] version = "2.5.2" [dev-dependencies.tokio] version = "1.40.0" features = [ "macros", "rt", "rt-multi-thread", ]