mpv-client-cross 1.2.3

Bindings for libmpv client API that allow you to create plugins for MPV 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 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 = "2024"
name = "mpv-client-cross"
version = "1.2.3"
authors = [
    "Kevin Gavrois <kevin@gavrois.fr>",
    "BatogiX",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bindings for libmpv client API that allow you to create plugins for MPV in Rust"
readme = "README.md"
keywords = [
    "mpv",
    "libmpv",
]
license = "GPL-3.0"
repository = "https://github.com/BatogiX/mpv-client-cross"

[features]
bindgen = ["ffi/bindgen"]
default = []

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

[dependencies.ffi]
version = "1.1"
package = "mpv-client-cross-sys"

[dependencies.libc]
version = "0.2"