# 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-mirror" version = "1.0.1" description = "Loads browser bookmarks, and downloads all youtube videos converting them to music files" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/team-borygo/yt-mirror" [dependencies.anyhow] version = "1.0.69" [dependencies.clap] version = "4.1.6" features = ["derive"] [dependencies.crossbeam-channel] version = "0.5.6" [dependencies.crossterm] version = "0.26.0" [dependencies.rusqlite] version = "0.28.0" features = ["bundled"] [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.93" [dependencies.tui] version = "0.19.0" [dependencies.url] version = "2.3.1"