# 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 = "gstreamer_iced" version = "0.1.8" authors = ["Decodertalkers "] description = "simple binding for gstreamer for iced" homepage = "https://github.com/Decodetalkers/gstreamer_iced" documentation = "https://docs.rs/gstreamer_iced/" readme = "README.md" keywords = [ "pipewire", "iced", "gstreamer", ] license = "MIT" [dependencies.anyhow] version = "1.0.79" [dependencies.futures] version = "0.3.30" [dependencies.futures-time] version = "3.0.0" [dependencies.gstreamer] version = "0.22.1" [dependencies.gstreamer-app] version = "0.22.0" [dependencies.iced] version = "0.12" features = [ "tokio", "debug", "image", "advanced", "svg", ] [dependencies.smol] version = "2.0.0" [dependencies.thiserror] version = "1.0.57" [dependencies.url] version = "2.5.0" [dev-dependencies.ashpd] version = "0.7.0" features = [ "tokio", "pipewire", "wayland", ] default-features = false [dev-dependencies.iced] version = "0.12" features = [ "tokio", "debug", "image", "advanced", "svg", ] [dev-dependencies.tokio] version = "1.36" features = ["full"]