videocall-ui 1.1.41

A Yew UI for the videocall project
# 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 = "videocall-ui"
version = "1.1.41"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Yew UI for the videocall project"
homepage = "https://github.com/security-union/videocall-rs"
readme = "README.md"
keywords = [
    "quic",
    "webtransport",
    "zoom",
    "webrtc",
    "yew",
]
categories = [
    "network-programming",
    "multimedia",
    "web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/security-union/videocall-rs"

[features]
debugAssertions = []
default = ["media-server-jwt-auth"]
fake-peers = []
media-server-jwt-auth = []
oauth = []

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

[[bin]]
name = "videocall-ui"
path = "src/main.rs"

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.console_error_panic_hook]
version = "0.1.7"

[dependencies.console_log]
version = "1.0.0"

[dependencies.enum-display]
version = "0.1.4"

[dependencies.futures]
version = "0.3.31"

[dependencies.gloo-timers]
version = "0.2.6"

[dependencies.gloo-utils]
version = "0.1"

[dependencies.js-sys]
version = "0.3.72"

[dependencies.log]
version = "0.4.19"

[dependencies.matomo-logger]
version = "0.1.0"

[dependencies.neteq]
version = "0.8.3"
features = ["web"]
default-features = false

[dependencies.once_cell]
version = "1.19"

[dependencies.regex]
version = "1.10"

[dependencies.reqwest]
version = "0.12"
features = ["json"]

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

[dependencies.serde-wasm-bindgen]
version = "0.6"

[dependencies.serde_json]
version = "1.0"

[dependencies.urlencoding]
version = "2.1"

[dependencies.videocall-client]
version = "4.0.5"

[dependencies.videocall-diagnostics]
version = "0.1.3"

[dependencies.videocall-meeting-client]
version = "0.1.1"

[dependencies.videocall-meeting-types]
version = "0.1.2"

[dependencies.videocall-types]
version = "5.0.0"

[dependencies.wasm-bindgen]
version = "0.2.108"

[dependencies.wasm-bindgen-futures]
version = "0.4.30"

[dependencies.web-sys]
version = "0.3.72"
features = [
    "DomTokenList",
    "Element",
    "HtmlAudioElement",
    "HtmlDocument",
    "HtmlSelectElement",
    "MediaDeviceInfo",
    "Navigator",
    "Storage",
    "Document",
    "Clipboard",
    "console",
]

[dependencies.web-time]
version = "1.1.0"

[dependencies.yew]
version = "0.21"
features = ["csr"]

[dependencies.yew-router]
version = "0.18"

[dev-dependencies.gloo-utils]
version = "0.1"

[dev-dependencies.wasm-bindgen-futures]
version = "0.4.30"

[dev-dependencies.wasm-bindgen-test]
version = "0.3.37"

[dev-dependencies.web-sys]
version = "0.3.72"
features = [
    "HtmlElement",
    "HtmlButtonElement",
    "HtmlInputElement",
    "HtmlSelectElement",
    "HtmlOptionElement",
    "HtmlOptionsCollection",
    "DomTokenList",
    "Element",
    "Node",
    "NodeList",
    "Document",
    "MediaDevices",
    "MediaDeviceInfo",
    "MediaDeviceKind",
    "MediaStream",
    "MediaStreamConstraints",
    "Navigator",
]