app-tauri-plugin-player 0.2.0

Player plugin
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 = "app-tauri-plugin-player"
version = "0.2.0"
authors = ["Braden Steffaniak"]
build = "build.rs"
links = "app-tauri-plugin-player"
exclude = [
    "/examples",
    "/node_modules",
    "/webview-dist",
    "/webview-src",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Player plugin"
readme = "README.md"
keywords = [
    "app",
    "desktop",
    "gui",
]
categories = ["gui"]
license = "MPL-2.0"
repository = "https://github.com/MoosicBox/MoosicBox"
resolver = "2"

[package.metadata]
examples = false

[package.metadata.cargo-machete]
ignored = ["tauri-plugin"]

[features]
fail-on-warnings = []

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

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.tauri]
version = "2.11.2"
features = ["protocol-asset"]

[dependencies.thiserror]
version = "2.0.18"

[build-dependencies.tauri-plugin]
version = "2.6.2"
features = ["build"]