# 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 = "podclaw" version = "1.0.1" authors = ["ArcanePhysics"] description = "Podclaw is a small, pure-Rust CLI application for managing podcast RSS feeds and downloading episodes from those podcasts." readme = "README.md" keywords = [ "cli", "podcast", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/RealArcanePhysics/podclaw" [dependencies.bincode] version = "1.3.3" [dependencies.clap] version = "4.1.10" features = ["derive"] [dependencies.dirs] version = "5.0.1" [dependencies.reqwest] version = "0.11.17" features = ["blocking"] [dependencies.rss] version = "2.0" [dependencies.serde] version = "1.0.157" features = ["derive"]