# 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 = "podchamp" version = "0.5.1" authors = ["Rachel Knight "] description = "Fetches your podcasts" readme = "README.md" keywords = ["podcast", "rss"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/rkanati/podchamp" resolver = "2" [dependencies.anyhow] version = "1" [dependencies.bytes] version = "1" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3" features = ["derive", "env", "unicode"] [dependencies.diesel] version = "1.4" features = ["sqlite", "chrono"] [dependencies.diesel_migrations] version = "1.4" [dependencies.directories] version = "4" [dependencies.feed-rs] version = "1" [dependencies.futures] version = "0.3" [dependencies.reqwest] version = "0.11" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["macros", "process", "rt"] [dependencies.url] version = "2"