2024-01-28 20:18:18 +03:00
|
|
|
[package]
|
|
|
|
name = "lonelyradio"
|
|
|
|
description = "TCP radio for singles"
|
2024-01-29 08:45:22 +03:00
|
|
|
version = "0.1.2"
|
2024-01-28 20:18:18 +03:00
|
|
|
edition = "2021"
|
|
|
|
license = "MIT"
|
|
|
|
authors = [ "Ivan Bushchik <ivabus@ivabus.dev>" ]
|
|
|
|
repository = "https://github.com/ivabus/lonelyradio"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
rand = "0.8.5"
|
|
|
|
clap = { version = "4.4.18", features = [ "derive" ] }
|
|
|
|
tokio = { version = "1.35.1", features = [ "io-util", "net", "rt-multi-thread", "rt", "macros" ] }
|
|
|
|
walkdir = "2.4.0"
|
|
|
|
symphonia = { version = "0.5.3", features = [ "all-codecs", "all-formats", "pcm", "symphonia-codec-pcm" ] }
|
|
|
|
samplerate = "0.2.4"
|
|
|
|
chrono = "0.4"
|