# 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 = "iced_video_player" version = "0.5.0" authors = ["jazzfool"] build = false exclude = [".media/test.mp4"] autobins = false autoexamples = false autotests = false autobenches = false description = "A convenient video player widget for Iced" homepage = "https://github.com/jazzfool/iced_video_player" readme = "README.md" keywords = [ "gui", "iced", "video", ] categories = [ "gui", "multimedia", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jazzfool/iced_video_player" resolver = "2" [package.metadata.docs.rs] rustc-args = [ "--cfg", "docsrs", ] rustdoc-args = [ "--cfg", "docsrs", ] targets = ["wasm32-unknown-unknown"] [package.metadata.nix] app = true build = true buildInputs = [ "libxkbcommon", "gst_all_1.gstreamer", "gst_all_1.gstreamermm", "gst_all_1.gst-plugins-bad", "gst_all_1.gst-plugins-ugly", "gst_all_1.gst-plugins-good", "gst_all_1.gst-plugins-base", ] runtimeLibs = [ "vulkan-loader", "wayland", "wayland-protocols", "libxkbcommon", "xorg.libX11", "xorg.libXrandr", "xorg.libXi", "gst_all_1.gstreamer", "gst_all_1.gstreamermm", "gst_all_1.gst-plugins-bad", "gst_all_1.gst-plugins-ugly", "gst_all_1.gst-plugins-good", "gst_all_1.gst-plugins-base", ] systems = ["x86_64-linux"] [lib] name = "iced_video_player" path = "src/lib.rs" [[example]] name = "minimal" path = "examples/minimal.rs" [dependencies.glib] version = "0.19" [dependencies.gstreamer] version = "0.22" [dependencies.gstreamer-app] version = "0.22" [dependencies.gstreamer-base] version = "0.22" [dependencies.iced] version = "0.13" features = [ "image", "advanced", "wgpu", ] [dependencies.iced_native] version = "0.10" [dependencies.iced_wgpu] version = "0.13" [dependencies.log] version = "0.4" [dependencies.thiserror] version = "1" [dependencies.url] version = "2"