kopuz-components 0.7.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-components"
version = "0.7.0"
build = false
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"

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

[dependencies.base64]
version = "0.22"

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

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

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

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

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

[dependencies.rand]
version = "0.10"

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

[dependencies.scrobble]
version = "0.7.0"
package = "kopuz-scrobble"

[dependencies.serde_json]
version = "1.0"

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

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

[dependencies.tracing]
version = "0.1"

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

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

[dependencies.webbrowser]
version = "1.2.1"

[target.'cfg(all(not(target_arch = "wasm32"), not(target_os = "android")))'.dependencies.rfd]
version = "0.17.2"

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

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.directories]
version = "6.0"

[target.'cfg(target_arch = "wasm32")'.dependencies.dioxus]
version = "0.7.9"
features = ["web"]

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