# 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 = "rvideo-view"
version = "0.5.2"
authors = ["Serhij S.
"]
description = "A lightweight video viewer for rvideo"
readme = "README.md"
keywords = [
"realtime",
"video",
"roboplc",
"plc",
"industrial",
]
license = "Apache-2.0"
repository = "https://github.com/roboplc/rvideo"
[profile.release]
strip = true
[dependencies.clap]
version = "4.5.16"
features = ["derive"]
[dependencies.eframe]
version = "0.28.1"
[dependencies.egui]
version = "0.28.1"
[dependencies.egui_extras]
version = "0.28.1"
features = [
"default",
"all_loaders",
]
[dependencies.image]
version = "0.25.2"
features = ["jpeg"]
[dependencies.imageproc]
version = "0.24"
[dependencies.rmp-serde]
version = "1.3.0"
[dependencies.rvideo]
version = "0.4"
[dependencies.serde]
version = "1.0.203"
[dependencies.serde_json]
version = "1.0.117"