# 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 = "gst-plugin-ximageredux" version = "0.1.7" description = "X11 Window Capture Engine" homepage = "https://github.com/ImTheSquid/gst-ximageredux" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/ImTheSquid/gst-ximageredux" [lib] name = "ximageredux" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.anyhow] version = "1.0.58" [dependencies.derivative] version = "2.2.0" [dependencies.gst] version = "0.20.5" features = ["v1_18"] package = "gstreamer" [dependencies.gst-app] version = "0.20.0" features = ["v1_18"] package = "gstreamer-app" [dependencies.gst-base] version = "0.20.5" features = ["v1_18"] package = "gstreamer-base" [dependencies.gst-video] version = "0.20.4" features = ["v1_18"] package = "gstreamer-video" [dependencies.once_cell] version = "1.0" [dependencies.xcb] version = "1.2.1" features = ["xfixes"] [build-dependencies.gst-plugin-version-helper] version = "0.7.3"