# 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.4.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.6" features = ["derive"] [dependencies.eframe] version = "0.27.2" [dependencies.egui] version = "0.27.2" [dependencies.egui_extras] version = "0.27.2" features = [ "default", "all_loaders", ] [dependencies.image] version = "0.24" [dependencies.imageproc] version = "0.23" [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" [dependencies.turbojpeg] version = "1.1.0" features = ["image"] optional = true [features] full = ["jpeg"] jpeg = ["turbojpeg"]