clapper-player-sys 0.10.1

Rust bindings for the clapper video player library
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 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 = "clapper-player-sys"
version = "0.10.1"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings for the clapper video player library"
readme = false
license = "GPL-3.0-or-later"
repository = "https://gitlab.gnome.org/JanGernert/clapper-rs"

[package.metadata.system-deps.clapper_0_0]
name = "clapper-0.0"
version = "0"

[package.metadata.system-deps.clapper_0_0.v0_8]
version = "0.8"

[package.metadata.system-deps.clapper_0_0.v0_10]
version = "0.10"

[package.metadata.docs.rs]
rustc-args = [
    "--cfg",
    "docsrs",
]
rustdoc-args = [
    "--cfg",
    "docsrs",
    "--generate-link-to-definition",
]
all-features = true

[features]
v0_10 = ["v0_8"]
v0_8 = []

[lib]
name = "clapper_sys"
path = "src/lib.rs"

[[test]]
name = "abi"
path = "tests/abi.rs"

[dependencies.gio-sys]
version = "0.22"

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

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

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

[dependencies.libc]
version = "0.2"

[dev-dependencies.shell-words]
version = "1.1.1"

[dev-dependencies.tempfile]
version = "3"

[build-dependencies.system-deps]
version = "7"