sfu 0.4.0

SFU in Rust with Sans-IO
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"
name = "sfu"
version = "0.4.0"
authors = ["Rusty Rain <y@liu.mx>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SFU in Rust with Sans-IO"
homepage = "https://sfu.rs"
readme = "README.md"
keywords = [
    "networking",
    "protocols",
    "webrtc",
    "sans-io",
    "sfu",
]
categories = [
    "network-programming",
    "asynchronous",
    "multimedia",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/webrtc-rs/sfu"

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

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

[[test]]
name = "data_channel_test"
path = "tests/data_channel_test.rs"

[[test]]
name = "media_test"
path = "tests/media_test.rs"

[[test]]
name = "payload_type_translation_test"
path = "tests/payload_type_translation_test.rs"

[[test]]
name = "rtp_header_ext_id_translation_test"
path = "tests/rtp_header_ext_id_translation_test.rs"

[dependencies.base64]
version = "0.23.0"

[dependencies.bytes]
version = "1.12.0"

[dependencies.log]
version = "0.4.33"

[dependencies.rand]
version = "0.10.1"

[dependencies.rtc]
version = "0.20.0-rc.4"

[dependencies.sansio]
version = "1.0.1"

[dependencies.uuid]
version = "1"
features = ["serde"]

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

[dev-dependencies.async-trait]
version = "0.1"

[dev-dependencies.chrono]
version = "0.4.45"

[dev-dependencies.clap]
version = "4.6.1"
features = ["derive"]

[dev-dependencies.crossbeam-channel]
version = "0.5.16"

[dev-dependencies.ctrlc]
version = "3.5.2"

[dev-dependencies.env_logger]
version = "0.11.11"

[dev-dependencies.futures-util]
version = "0.3"

[dev-dependencies.rustls]
version = "0.23.41"
features = [
    "ring",
    "std",
    "tls12",
]
default-features = false

[dev-dependencies.rustls-pemfile]
version = "2.2.0"

[dev-dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1.0.150"

[dev-dependencies.systemstat]
version = "0.2.7"

[dev-dependencies.tokio]
version = "1"
features = ["full"]

[dev-dependencies.tokio-tungstenite]
version = "0.26"
features = ["rustls-tls-webpki-roots"]

[dev-dependencies.tungstenite]
version = "0.30.0"

[dev-dependencies.webrtc]
version = "0.20.0-rc.4"

[dev-dependencies.wg]
version = "1.1.0"