# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "podcasts" version = "0.1.2" authors = ["dmitryshur "] description = "Podcasts tracker and downloader" license = "MIT" [lib] name = "podcasts" path = "src/lib.rs" [[bin]] name = "podcasts" path = "src/main.rs" [dependencies.bytes] version = "0.5.4" [dependencies.clap] version = "3.0.0-beta.1" [dependencies.colored] version = "1.9" [dependencies.csv] version = "1.1" [dependencies.indicatif] version = "0.15.0" [dependencies.rayon] version = "1.1" [dependencies.reqwest] version = "0.10" features = ["blocking", "json"] [dependencies.rss] version = "1.0" [dependencies.serde] version = "1.0.111" features = ["derive"]