mpv-client 1.0.1

Bindings for libmpv client API that allow you to create plugins for MPV in Rust
[dependencies.ffi]
package = "mpv-client-sys"
version = "1.0.1"

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

[package]
authors = ["Kevin Gavrois <kevin@gavrois.fr>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Bindings for libmpv client API that allow you to create plugins for MPV in Rust"
edition = "2021"
keywords = ["mpv", "libmpv"]
license = "GPL-3.0"
name = "mpv-client"
readme = false
repository = "https://github.com/TheCactusVert/mpv-client"
version = "1.0.1"