# 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 = "app-tauri-plugin-player" version = "0.1.0" authors = ["Braden Steffaniak"] build = "build.rs" links = "app-tauri-plugin-player" exclude = [ "/examples", "/node_modules", "/webview-dist", "/webview-src", ] 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" [package.metadata.cargo-machete] ignored = ["tauri-plugin"] [lib] name = "app_tauri_plugin_player" path = "src/lib.rs" [dependencies.serde] version = "1" features = ["derive"] [dependencies.tauri] version = "2.0.0" features = ["protocol-asset"] [dependencies.thiserror] version = "1.0.64" [build-dependencies.tauri-plugin] version = "2.0.0" features = ["build"] [features] fail-on-warnings = []