kopuz 0.9.0

A modern, lightweight music player built with Rust and Dioxus.
# 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"
rust-version = "1.95.0"
name = "kopuz"
version = "0.9.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A modern, lightweight music player built with Rust and Dioxus."
homepage = "https://github.com/Kopuz-org/kopuz"
readme = false
keywords = [
    "music",
    "player",
    "audio",
    "dioxus",
]
license = "MIT"
repository = "https://github.com/Kopuz-org/kopuz"

[package.metadata.bundle]
identifier = "com.temidaradev.kopuz"
icon = [
    "assets/app.ico",
    "assets/logo.png",
]
category = "public.app-category.music"

[package.metadata.bundle.macos]
info_plist_path = "Info.plist"

[features]
default = []

[[bin]]
name = "kopuz"
path = "src/main.rs"

[dependencies.components]
version = "0.9.0"
package = "kopuz-components"

[dependencies.config]
version = "0.9.0"
package = "kopuz-config"

[dependencies.db]
version = "0.9.0"
package = "kopuz-db"

[dependencies.directories]
version = "6.0"

[dependencies.discord-presence]
version = "0.9.0"
package = "kopuz-discord-presence"

[dependencies.hooks]
version = "0.9.0"
package = "kopuz-hooks"

[dependencies.http]
version = "1.4.0"

[dependencies.i18n]
version = "0.9.0"
package = "kopuz-i18n"

[dependencies.image]
version = "0.25"
features = [
    "jpeg",
    "png",
    "webp",
]
default-features = false

[dependencies.kopuz_route]
version = "0.9.0"
package = "kopuz-route"

[dependencies.pages]
version = "0.9.0"
package = "kopuz-pages"

[dependencies.percent-encoding]
version = "2.3.2"

[dependencies.player]
version = "0.9.0"
package = "kopuz-player"

[dependencies.radio]
version = "0.9.0"
package = "kopuz-radio"

[dependencies.rand]
version = "0.10"

[dependencies.reader]
version = "0.9.0"
package = "kopuz-reader"

[dependencies.reqwest]
version = "0.13"
features = [
    "rustls",
    "http2",
    "charset",
    "query",
    "form",
    "json",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.server]
version = "0.9.0"
package = "kopuz-server"

[dependencies.tokio]
version = "1.0"
features = [
    "rt",
    "time",
    "sync",
    "macros",
    "io-util",
]

[dependencies.tracing]
version = "0.1"

[dependencies.urlencoding]
version = "2.1.3"

[dependencies.utils]
version = "0.9.0"
package = "kopuz-utils"

[dependencies.uuid]
version = "1.20.0"
features = [
    "v4",
    "fast-rng",
    "macro-diagnostics",
]

[build-dependencies.base64]
version = "0.22"

[build-dependencies.image]
version = "0.25"
features = [
    "jpeg",
    "png",
    "webp",
]
default-features = false

[target.'cfg(not(target_os = "android"))'.dependencies.ctrlc]
version = "3.5"

[target.'cfg(not(target_os = "android"))'.dependencies.dioxus]
version = "0.7.9"
features = ["desktop"]

[target.'cfg(not(target_os = "android"))'.dependencies.discord-rich-presence]
version = "1.1.0"

[target.'cfg(not(target_os = "android"))'.dependencies.tracing-appender]
version = "0.2"

[target.'cfg(not(target_os = "android"))'.dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "fmt",
    "json",
]

[target.'cfg(not(target_os = "android"))'.dependencies.webbrowser]
version = "1.2.1"

[target.'cfg(target_os = "android")'.dependencies.dioxus]
version = "0.7.9"
features = ["mobile"]

[target.'cfg(target_os = "linux")'.dependencies.libloading]
version = "0.8"

[target.'cfg(target_os = "linux")'.dependencies.webkit2gtk]
version = "2.0"
features = ["v2_16"]

[target.'cfg(target_os = "macos")'.dependencies.block2]
version = "0.6"

[target.'cfg(target_os = "macos")'.dependencies.objc2]
version = "0.6.4"
features = ["std"]

[target.'cfg(target_os = "macos")'.dependencies.objc2-app-kit]
version = "0.3.2"
features = ["NSImage"]

[target.'cfg(target_os = "macos")'.dependencies.objc2-foundation]
version = "0.3.2"
features = [
    "NSString",
    "NSDictionary",
    "NSValue",
    "NSObject",
    "NSURL",
    "NSProcessInfo",
]

[target.'cfg(target_os = "macos")'.dependencies.objc2-media-player]
version = "0.3.2"
features = [
    "MPNowPlayingInfoCenter",
    "MPMediaItem",
    "MPRemoteCommandCenter",
    "MPRemoteCommand",
]

[target.'cfg(target_os = "windows")'.dependencies.windows]
version = "0.62"
features = [
    "Win32_Foundation",
    "Win32_Graphics_Gdi",
    "Win32_UI_HiDpi",
    "Win32_UI_WindowsAndMessaging",
]

[target.'cfg(target_os = "windows")'.build-dependencies.winres]
version = "0.1"

[lints.clippy]
print_stderr = "deny"
print_stdout = "deny"