clapper-player 0.10.1

FFI bindings to libclapper
# 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"
version = "0.10.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FFI bindings to libclapper"
readme = false
license = "GPL-3.0-or-later"
repository = "https://gitlab.gnome.org/JanGernert/clapper-rs"

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

[features]
v0_10 = [
    "ffi/v0_10",
    "v0_8",
]
v0_8 = ["ffi/v0_8"]

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

[dependencies.bitflags]
version = "2.11"

[dependencies.ffi]
version = "0.10.1"
package = "clapper-player-sys"

[dependencies.gio]
version = "0.22"

[dependencies.glib]
version = "0.22"

[dependencies.gst]
version = "0.25"
package = "gstreamer"

[dependencies.libc]
version = "0.2"