kopuz-utils 0.9.0

A modern, lightweight music player built with Rust and Dioxus.
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"
rust-version = "1.95.0"
name = "kopuz-utils"
version = "0.9.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 = "utils"
path = "src/lib.rs"

[dependencies.color-thief]
version = "0.2.2"

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

[dependencies.hex]
version = "0.4"

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

[dependencies.lofty]
version = "0.24.0"

[dependencies.md5]
version = "0.8"

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

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.time]
version = "0.3"
features = [
    "formatting",
    "macros",
]

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

[dependencies.tracing]
version = "0.1"

[dependencies.urlencoding]
version = "2.1.3"

[target.'cfg(target_os = "android")'.dependencies.base64]
version = "0.22"

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