dioxus-chimeras 0.2.0

Dioxus integration for the chimeras camera library. Provides a preview server, frame registry, camera pump, a use_camera_stream hook, and a StreamPreview component for rendering live chimeras frames inside a Dioxus desktop app via WebGL2.
# 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.85"
name = "dioxus-chimeras"
version = "0.2.0"
authors = ["Matthew Berger <matthewjordanberger@gmail.com>"]
build = false
include = [
    "src/**/*.rs",
    "assets/**/*.js",
    "Cargo.toml",
    "README.md",
    "LICENSE-MIT",
    "LICENSE-APACHE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Dioxus integration for the chimeras camera library. Provides a preview server,
frame registry, camera pump, a use_camera_stream hook, and a StreamPreview
component for rendering live chimeras frames inside a Dioxus desktop app via
WebGL2.
"""
homepage = "https://github.com/matthewjberger/chimeras"
documentation = "https://docs.rs/dioxus-chimeras"
readme = "README.md"
keywords = [
    "camera",
    "dioxus",
    "video",
    "webgl",
    "preview",
]
categories = [
    "multimedia::video",
    "gui",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/matthewjberger/chimeras"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = ["rtsp"]
rtsp = ["chimeras/rtsp"]

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

[dependencies.bytes]
version = "1"

[dependencies.chimeras]
version = "0.2"

[dependencies.dioxus]
version = "0.7.3"
features = ["desktop"]

[dependencies.futures-timer]
version = "3"