# 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" rust-version = "1.80" name = "aperture" version = "0.8.0" authors = ["The GNOME Project"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "GTK Widget for cameras using gstreamer and pipewire" documentation = "https://gnome.pages.gitlab.gnome.org/snapshot/doc/aperture" readme = "README.md" keywords = [ "camera", "gtk", "gstreamer", ] categories = [ "multimedia", "os::linux-apis", "gui", ] license = "GPL-3.0-or-later" repository = "https://gitlab.gnome.org/GNOME/snapshot" [lib] name = "aperture" path = "src/lib.rs" [dependencies.futures-channel] version = "0.3.30" [dependencies.gst] version = "0.23" features = ["v1_20"] package = "gstreamer" [dependencies.gst-pbutils] version = "0.23" package = "gstreamer-pbutils" [dependencies.gst-video] version = "0.23" package = "gstreamer-video" [dependencies.gtk] version = "0.9" features = [ "gnome_46", "v4_16", ] package = "gtk4" [dependencies.log] version = "0.4"