# 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 = "yadio" version = "0.1.0" authors = ["ckaznable "] description = "Listen youtube streaming with chat in CLI" readme = "README.md" keywords = [ "youtube", "cli", "streaming", ] license = "MIT" repository = "https://github.com/ckaznable/yadio" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.anyhow] version = "1.0.71" [dependencies.clap] version = "4.3.0" features = ["derive"] [dependencies.cpal] version = "0.15.2" [dependencies.owo-colors] version = "3.5.0" [dependencies.ringbuf] version = "0.3.3" [dependencies.symphonia] version = "0.5.3" features = [ "aac", "mpa", ] [dependencies.tokio] version = "1.28.2" features = ["full"] [dependencies.youtube_chat] version = "0.2.0" [dependencies.yt_tsu] version = "0.1.0"