# 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 = "2021" name = "am" version = "0.5.4" authors = ["Ryan Cao "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A beautiful and feature-packed Apple Music CLI" homepage = "https://github.com/ryanccn/am" readme = "README.md" keywords = [ "apple", "macos", "music", "apple-music", ] categories = ["command-line-utilities"] license = "GPL-3.0-only" repository = "https://github.com/ryanccn/am.git" [[bin]] name = "am" path = "src/main.rs" [dependencies.async-trait] version = "0.1.82" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.17" features = ["derive"] [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] version = "0.12.7" features = [ "rustls-tls", "json", "brotli", ] default-features = false [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.40.0" features = ["full"] [dependencies.uuid] version = "1.10.0" features = ["v4"] [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"