# 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 = "yt" version = "0.1.1" authors = [ "Anduniƫ", "andunie@cassis.cash", ] exclude = ["screenshots"] description = "youtube cli basic client" readme = "README.md" keywords = [ "youtube", "yt-dlp", "youtube-dl", "mpv", "invidious", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/andunieee/yt" [dependencies.crossterm] version = "0.27.0" [dependencies.homedir] version = "0.2.1" [dependencies.image] version = "^0.24" [dependencies.inquire] version = "0.7.5" [dependencies.pad] version = "0.1.6" [dependencies.rand] version = "0.8.5" [dependencies.seahorse] version = "2.2.0" [dependencies.serde] version = "1.0.199" features = ["derive"] [dependencies.serde_json] version = "1.0.116" [dependencies.tinyget] version = "1.0.1" features = ["https"] [dependencies.viuer] version = "0.7.1"