# 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 = "2018" name = "gst-data-video" version = "0.2.1" description = "Plugins to pass data using video stream" homepage = "https://github.com/reinismu/gst-data-video" readme = "readme.md" keywords = ["gstreamer", "gst", "video", "data"] license = "MIT" repository = "https://github.com/reinismu/gst-data-video" [lib] name = "gstdatavideo" crate-type = ["cdylib", "rlib", "staticlib"] path = "src/lib.rs" [[example]] name = "data-to-decklink" path = "examples/data-to-decklink.rs" [[example]] name = "data-from-decklink" path = "examples/data-from-decklink.rs" [[example]] name = "src-to-sink" path = "examples/src-to-sink.rs" [dependencies.bytes] version = "1.1.0" [dependencies.glib] version = "0.14.5" [dependencies.gst] version = "0.17.1" package = "gstreamer" [dependencies.gst-base] version = "0.17.1" package = "gstreamer-base" [dependencies.gst-video] version = "0.17.1" package = "gstreamer-video" [dependencies.once_cell] version = "1.0" [build-dependencies.gst-plugin-version-helper] version = "0.7.1"