gstreamer-sys 0.5.0

FFI bindings to libgstreamer-1.0
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 = "gstreamer-sys"
version = "0.5.0"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
build = "build.rs"
links = "gstreamer-1.0"
description = "FFI bindings to libgstreamer-1.0"
homepage = "https://gstreamer.freedesktop.org"
readme = "README.md"
keywords = ["ffi", "gstreamer", "gnome", "multimedia"]
license = "MIT"
repository = "https://github.com/sdroege/gstreamer-sys"

[lib]
name = "gstreamer_sys"
[dependencies.bitflags]
version = "1.0"

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

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

[dependencies.libc]
version = "0.2"
[build-dependencies.pkg-config]
version = "0.3.7"

[features]
dox = []
v1_0_10 = []
v1_10 = ["v1_8"]
v1_12 = ["v1_10"]
v1_14 = ["v1_12"]
v1_2 = ["v1_0_10"]
v1_2_3 = ["v1_2"]
v1_4 = ["v1_2_3"]
v1_6 = ["v1_4"]
v1_8 = ["v1_6"]
[badges.travis-ci]
branch = "master"
repository = "sdroege/gstreamer-sys"