# 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 = "ytmdl" version = "0.3.4" description = "Downloads albums from YouTube and automatically fills them with metadata from Discogs" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/Breadinator/ytmdl" [dependencies.bytes] version = "1.0" [dependencies.dirs] version = "5.0.1" [dependencies.env_logger] version = "0.10.0" [dependencies.html-escape] version = "0.2.13" [dependencies.iced] version = "0.10.0" [dependencies.id3] version = "1.8.0" [dependencies.itertools] version = "0.11.0" [dependencies.log] version = "0.4.20" [dependencies.once_cell] version = "1.18.0" [dependencies.rayon] version = "1.8.0" [dependencies.reqwest] version = "0.11.20" features = ["blocking"] [dependencies.scraper] version = "0.17.1" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.tempdir] version = "0.3.7" [dependencies.thiserror] version = "1.0.48" [dependencies.url] version = "2.4.1"