spotterm 0.3.0

Spotify を操作する CLI / TUI(公式 Web API・PKCE 認証)
# 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"
name = "spotterm"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Spotify を操作する CLI / TUI(公式 Web API・PKCE 認証)"
readme = "README.md"
license = "MIT"
repository = "https://github.com/kinzaru3/spotterm"

[[bin]]
name = "spotterm"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.103"

[dependencies.chrono]
version = "0.4"
default-features = false

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

[dependencies.directories]
version = "6.0.0"

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

[dependencies.ratatui]
version = "0.30"

[dependencies.ratatui-image]
version = "=11.0.6"
features = ["crossterm"]
default-features = false

[dependencies.reqwest]
version = "0.12"
features = ["rustls-tls"]
default-features = false

[dependencies.rspotify]
version = "0.16.1"
features = [
    "client-reqwest",
    "reqwest-rustls-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.tokio]
version = "1.53.0"
features = [
    "rt-multi-thread",
    "macros",
    "net",
    "io-util",
]

[dependencies.toml]
version = "1.1.3"

[dependencies.unicode-width]
version = "0.2"

[dev-dependencies.wiremock]
version = "0.6"