atradio 0.3.0

atradio.fm in your terminal — a TUI radio player on the AT Protocol
# 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 = "atradio"
version = "0.3.0"
authors = ["Tsiry Sandratraina <tsiry.sndr@rocksky.app>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "atradio.fm in your terminal — a TUI radio player on the AT Protocol"
readme = "README.md"
license = "GPL-2.0-or-later"
repository = "https://github.com/tsirysndr/atradio.fm"

[features]
default = ["fm_atradio"]
fm_atradio = []

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

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["clock"]

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

[dependencies.crossterm]
version = "0.28"
features = ["event-stream"]

[dependencies.directories]
version = "5"

[dependencies.futures]
version = "0.3"

[dependencies.fuzzy-matcher]
version = "0.3"

[dependencies.jacquard]
version = "0.12"
features = [
    "api",
    "dns",
    "derive",
    "cache",
    "loopback",
]
default-features = false

[dependencies.jacquard-common]
version = "0.12"

[dependencies.jacquard-derive]
version = "0.12"

[dependencies.jacquard-lexicon]
version = "0.12"

[dependencies.ratatui]
version = "0.29"

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

[dependencies.rockbox-playback]
version = ">=0.4.1"

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

[dependencies.serde_json]
version = "1"

[dependencies.smol_str]
version = "0.3"
features = ["serde"]

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "sync",
    "time",
    "signal",
]

[dependencies.tokio-tungstenite]
version = "0.24"
features = [
    "connect",
    "rustls-tls-webpki-roots",
]
default-features = false

[dependencies.toml]
version = "0.8"

[target.'cfg(target_os = "linux")'.dependencies.mpris-server]
version = "0.10"
features = ["tokio"]

[profile.release]
opt-level = 3
lto = "thin"
strip = true