Trimmed monorepo checkout (fluxer_desktop + packages/voice_engine_v2 + tools/ci) with a "Connect to a Different Server" menu item and popout that lets the desktop app switch to any self-hosted Fluxer instance, plus fixes for well-known discovery on single-domain self-hosted deployments and a false-positive ERR_ABORTED on same-origin client redirects during the switch. Defaults to chat.fluxr.chat and uses an isolated userData directory from the official build.
61 lines
1.3 KiB
TOML
61 lines
1.3 KiB
TOML
# 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 = "webrtc-sys"
|
|
version = "0.3.33"
|
|
build = "build.rs"
|
|
autolib = false
|
|
autobins = false
|
|
autoexamples = false
|
|
autotests = false
|
|
autobenches = false
|
|
description = "Unsafe bindings to libwebrtc"
|
|
homepage = "https://livekit.io"
|
|
readme = "README.md"
|
|
license = "Apache-2.0"
|
|
repository = "https://github.com/livekit/rust-sdks"
|
|
|
|
[features]
|
|
default = []
|
|
|
|
[lib]
|
|
name = "webrtc_sys"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies.cxx]
|
|
version = "1.0"
|
|
|
|
[dependencies.log]
|
|
version = "0.4"
|
|
|
|
[dev-dependencies.env_logger]
|
|
version = "0.11"
|
|
|
|
[build-dependencies.cc]
|
|
version = "1.0"
|
|
|
|
[build-dependencies.cxx-build]
|
|
version = "1.0"
|
|
|
|
[build-dependencies.glob]
|
|
version = "0.3"
|
|
|
|
[build-dependencies.pkg-config]
|
|
version = "0.3.22"
|
|
|
|
[build-dependencies.webrtc-sys-build]
|
|
version = "0.3.18"
|
|
|
|
[target.'cfg(target_os = "linux")'.build-dependencies.pkg-config]
|
|
version = "0.3.22"
|