am 0.5.4

A beautiful and feature-packed Apple Music CLI
[[bin]]
name = "am"
path = "src/main.rs"

[dependencies.async-trait]
version = "0.1.82"

[dependencies.chrono]
version = "0.4.38"

[dependencies.clap]
features = ["derive"]
version = "4.5.17"

[dependencies.clap_complete]
version = "4.5.26"

[dependencies.color-eyre]
version = "0.6.3"

[dependencies.crossterm]
version = "0.28.1"

[dependencies.owo-colors]
version = "4.1.0"

[dependencies.regex]
version = "1.10.6"

[dependencies.reqwest]
default-features = false
features = ["rustls-tls", "json", "brotli"]
version = "0.12.7"

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

[dependencies.serde_json]
version = "1.0.128"

[dependencies.thiserror]
version = "1.0.63"

[dependencies.tokio]
features = ["full"]
version = "1.40.0"

[dependencies.uuid]
features = ["v4"]
version = "1.10.0"

[lints.clippy]
module_name_repetitions = "allow"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.clippy.perf]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "forbid"

[package]
authors = ["Ryan Cao <hello@ryanccn.dev>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A beautiful and feature-packed Apple Music CLI"
edition = "2021"
homepage = "https://github.com/ryanccn/am"
keywords = ["apple", "macos", "music", "apple-music"]
license = "GPL-3.0-only"
name = "am"
readme = "README.md"
repository = "https://github.com/ryanccn/am.git"
version = "0.5.4"