koan-cli 0.30.0

CLI entry point for koan — bit-perfect music player.
# 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.89"
name = "koan-cli"
version = "0.30.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI entry point for koan — bit-perfect music player."
readme = false
keywords = [
    "audio",
    "music",
    "player",
    "cli",
]
categories = ["multimedia::audio"]
license = "MIT"
repository = "https://github.com/radiosilence/koan"
resolver = "2"

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

[dependencies.chrono]
version = "0.4"

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

[dependencies.clap_complete]
version = "4.6"
features = ["unstable-dynamic"]

[dependencies.crossterm]
version = "0.29"

[dependencies.ctrlc]
version = "3"

[dependencies.jwalk]
version = "0.9"

[dependencies.koan-core]
version = "0.30.0"

[dependencies.koan-server]
version = "0.30.0"

[dependencies.koan-tui]
version = "0.30.0"

[dependencies.log]
version = "0.4"

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

[dependencies.rayon]
version = "1"

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

[dependencies.rpassword]
version = "7.4"

[dependencies.serde_json]
version = "1"

[dependencies.toml]
version = "1.1"

[dependencies.walkdir]
version = "2.5"

[dev-dependencies.tempfile]
version = "3"