videocall-cli 3.0.6

Effortlessly stream video from the CLI with our native client, designed for your desktop, robot, or Raspberry Pi.
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 = "2021"
name = "videocall-cli"
version = "3.0.6"
authors = [
    "Griffin Obeid <griffin@securityunion.dev>",
    "Dario Lencina <dario@securityunion.dev>",
]
build = false
include = [
    "src/**/*",
    "assets/**/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Effortlessly stream video from the CLI with our native client, designed for your desktop, robot, or Raspberry Pi."
homepage = "https://github.com/security-union/videocall-rs"
readme = "README.md"
keywords = [
    "quic",
    "webtransport",
    "robotics",
    "iot",
    "embedded",
]
categories = [
    "network-programming",
    "multimedia",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/security-union/videocall-rs"

[package.metadata.deb]
maintainer = "Dario Lencina <dario@securityunion.dev>"
license-file = [
    "../LICENSE-MIT",
    "4",
]
depends = "libvpx7 (>= 1.11.0), libvpx-dev (>= 1.11.0), libc6 (>= 2.34), libasound2-dev (>=1.2.8), libv4l-dev (>=1.22.1), libssl-dev(>=3.3.1)"

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

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

[dependencies.anyhow]
version = "1.0.75"

[dependencies.clap]
version = "4.0.32"
features = ["derive"]

[dependencies.cpal]
version = "0.15.2"

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

[dependencies.image]
version = "0.25.5"

[dependencies.opus]
version = "0.3.0"

[dependencies.protobuf]
version = "3.3.0"

[dependencies.thiserror]
version = "1.0.51"

[dependencies.tokio]
version = "1.32.0"
features = ["full"]

[dependencies.tracing]
version = "0.1.37"

[dependencies.tracing-subscriber]
version = "0.3.17"
features = [
    "env-filter",
    "fmt",
    "ansi",
    "time",
    "local-time",
]

[dependencies.url]
version = "2.4.1"

[dependencies.videocall-nokhwa]
version = "0.10.9"
features = [
    "input-native",
    "output-threaded",
]

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

[dependencies.web-transport-quinn]
version = "0.8.1"