# 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 = "rview" version = "0.1.0" 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" [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.rvideo] version = "0.1"