mutsumi 0.2.0

wl-proxy based GTK MPV embedder
# 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 = "mutsumi"
version = "0.2.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "wl-proxy based GTK MPV embedder"
readme = "README.md"
license = "MIT"

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

[[example]]
name = "danmakw"
path = "example/danmakw.rs"

[[example]]
name = "mpv"
path = "example/mpv.rs"

[[example]]
name = "player"
path = "example/player.rs"

[dependencies.adw]
version = "0.9"
features = ["v1_9"]
package = "libadwaita"

[dependencies.ash]
version = "0.38"

[dependencies.atomic-wait]
version = "1.1.0"

[dependencies.danmakw]
version = "0.1"

[dependencies.epoxy]
version = "0.1.0"

[dependencies.flume]
version = "0.12.0"

[dependencies.glib]
version = "0.22"

[dependencies.glow]
version = "0.17"

[dependencies.gtk]
version = "0.11"
features = ["v4_22"]
package = "gtk4"

[dependencies.libc]
version = "0.2"

[dependencies.libloading]
version = "0.9"

[dependencies.libmpv2]
version = "6.0"

[dependencies.libmpv2-sys]
version = "4.0.1"

[dependencies.mutsumi-prelude]
version = "0.1"

[dependencies.once_cell]
version = "1.21"

[dependencies.quick-xml]
version = "0.41"
features = ["serialize"]

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "sync",
]

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3"

[build-dependencies.glib-build-tools]
version = "0.22"

[target.'cfg(target_os = "linux")'.dependencies.gdk-wayland]
version = "0.11"
features = [
    "v4_10",
    "wayland_crate",
]
package = "gdk4-wayland"

[target.'cfg(target_os = "linux")'.dependencies.gdk-x11]
version = "0.11"
features = [
    "v4_10",
    "xlib",
]
package = "gdk4-x11"

[target.'cfg(target_os = "linux")'.dependencies.wl-proxy]
version = "0.1"
features = [
    "protocol-linux_dmabuf_v1",
    "protocol-xdg_shell",
    "protocol-viewporter",
    "protocol-fractional_scale_v1",
]