[[bin]]
name = "am"
path = "src/main.rs"
[dependencies.anstream]
version = "0.6.20"
[dependencies.async-trait]
version = "0.1.89"
[dependencies.chrono]
version = "0.4.41"
[dependencies.clap]
features = ["derive"]
version = "4.5.46"
[dependencies.clap_complete]
version = "4.5.57"
[dependencies.color-eyre]
version = "0.6.5"
[dependencies.crossterm]
features = ["event-stream"]
version = "0.29.0"
[dependencies.eyre]
version = "0.6.12"
[dependencies.futures]
default-features = false
features = ["std", "async-await"]
version = "0.3.31"
[dependencies.owo-colors]
version = "4.2.2"
[dependencies.regex]
version = "1.11.2"
[dependencies.reqwest]
default-features = false
features = ["charset", "http2", "macos-system-configuration", "rustls-tls", "json", "deflate", "gzip", "brotli", "zstd"]
version = "0.12.23"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.serde_json]
version = "1.0.143"
[dependencies.thiserror]
version = "2.0.16"
[dependencies.tokio]
features = ["full"]
version = "1.47.1"
[dependencies.uuid]
features = ["v4"]
version = "1.18.0"
[lints.clippy]
module_name_repetitions = "allow"
too_many_lines = "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
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A beautiful and feature-packed Apple Music CLI"
edition = "2024"
homepage = "https://github.com/ryanccn/am"
keywords = ["apple", "macos", "music", "apple-music"]
license = "GPL-3.0-or-later"
name = "am"
readme = "README.md"
repository = "https://github.com/ryanccn/am.git"
version = "0.6.2"