getstream 0.1.0-preview.2

Official Rust SDK for Stream Video (server REST + SFU WebRTC).
Documentation
# 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 = "2024"
rust-version = "1.88"
name = "getstream"
version = "0.1.0-preview.2"
authors = ["Stream.io, Inc. <support@getstream.io>"]
build = "build.rs"
include = [
    "/.env.example",
    "/build.rs",
    "/CHANGELOG.md",
    "/CONTRIBUTING.md",
    "/examples/**",
    "/LICENSE",
    "/proto/**",
    "/README.md",
    "/src/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Official Rust SDK for Stream Video (server REST + SFU WebRTC)."
homepage = "https://getstream.io/video/"
documentation = "https://docs.rs/getstream"
readme = "README.md"
keywords = [
    "video",
    "webrtc",
    "sfu",
    "stream",
    "rtc",
]
categories = [
    "api-bindings",
    "multimedia::video",
    "network-programming",
]
license-file = "LICENSE"
repository = "https://github.com/GetStream/stream-video-rust"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
rustdoc-args = [
    "--cfg",
    "docsrs",
    "--generate-link-to-definition",
]

[lib]
name = "getstream"
path = "src/lib.rs"

[[example]]
name = "gpt_realtime_bot"
path = "examples/gpt_realtime_bot.rs"

[[example]]
name = "join_call"
path = "examples/join_call.rs"

[dependencies.base64]
version = "0.23.1"

[dependencies.bytes]
version = "1.12.1"

[dependencies.env-libvpx-sys]
version = "5.1.3"
features = ["generate"]

[dependencies.flate2]
version = "1.1.9"

[dependencies.futures-util]
version = "0.3.34"

[dependencies.hmac]
version = "0.13.0"

[dependencies.openh264]
version = "=0.8.1"

[dependencies.opusic-sys]
version = "0.7.4"

[dependencies.prost]
version = "0.14.4"

[dependencies.prost-types]
version = "0.14.4"

[dependencies.reqwest]
version = "0.13.4"
features = [
    "rustls",
    "json",
    "charset",
    "http2",
    "stream",
]
default-features = false

[dependencies.rustls]
version = "0.23.43"
features = ["ring"]
default-features = false

[dependencies.serde]
version = "1.0.229"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.151"

[dependencies.sha2]
version = "0.11.0"

[dependencies.thiserror]
version = "2.0.20"

[dependencies.tokio]
version = "1.53.1"
features = [
    "rt-multi-thread",
    "macros",
    "time",
    "sync",
]

[dependencies.tokio-tungstenite]
version = "0.30.0"
features = [
    "connect",
    "rustls-tls-webpki-roots",
]
default-features = false

[dependencies.tracing]
version = "0.1.44"

[dependencies.url]
version = "2.5.8"

[dependencies.uuid]
version = "1.24.0"
features = ["v4"]

[dependencies.webrtc]
version = "0.17.2"

[dev-dependencies.anyhow]
version = "1.0.86"

[dev-dependencies.criterion]
version = "0.8.2"

[dev-dependencies.dotenvy]
version = "0.15.7"

[dev-dependencies.hmac]
version = "0.13.0"

[dev-dependencies.sha2]
version = "0.11.0"

[dev-dependencies.tokio]
version = "1.53.1"
features = [
    "rt-multi-thread",
    "macros",
    "time",
    "sync",
    "signal",
]

[dev-dependencies.tracing-subscriber]
version = "0.3.23"
features = ["env-filter"]

[dev-dependencies.uuid]
version = "1.24.0"
features = ["v4"]

[build-dependencies.prost-build]
version = "0.14.4"

[build-dependencies.protox]
version = "0.9.1"