gst-plugin 0.3.0

Infrastructure for writing GStreamer plugins in Rust
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "gst-plugin"
version = "0.3.0"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
description = "Infrastructure for writing GStreamer plugins in Rust"
homepage = "https://gstreamer.freedesktop.org"
documentation = "https://sdroege.github.io/rustdoc/gst-plugin/gst_plugin/"
readme = "README.md"
keywords = ["gstreamer", "multimedia", "audio", "video", "gnome"]
categories = ["multimedia", "api-bindings"]
license = "MIT/Apache-2.0"
repository = "https://github.com/sdroege/gst-plugin-rs/tree/master/gst-plugin"

[lib]
name = "gst_plugin"
path = "src/lib.rs"
[dependencies.byteorder]
version = "1.0"

[dependencies.glib]
version = "0.6"

[dependencies.glib-sys]
version = "0.7"

[dependencies.gobject-subclass]
version = "0.2"

[dependencies.gobject-sys]
version = "0.7"

[dependencies.gstreamer]
version = "0.12"

[dependencies.gstreamer-base]
version = "0.12"

[dependencies.gstreamer-base-sys]
version = "0.6"

[dependencies.gstreamer-sys]
version = "0.6"

[dependencies.lazy_static]
version = "1.0"

[dependencies.libc]
version = "0.2"

[features]
v1_10 = ["gstreamer/v1_10", "gstreamer-base/v1_10"]
v1_12 = ["gstreamer/v1_12", "gstreamer-base/v1_12", "v1_10"]
v1_14 = ["gstreamer/v1_14", "gstreamer-base/v1_14", "v1_12"]