# 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" rust-version = "1.70.0" name = "qsspodcasts_rss_management" version = "0.2.0" authors = ["Maxime Mikotajewski "] description = "RSS feed management utilites for QSSPodcasts, you probably don't need it" readme = "README.md" categories = ["command-line-utilities"] license = "BSD-2-Clause" repository = "https://github.com/Quessou/qsspodcasts" [dependencies.fs_utils] version = "0.2.0" package = "qsspodcasts_fs_utils" [dependencies.futures] version = "0.3.21" [dependencies.log] version = "0.4.17" [dependencies.path_providing] version = "0.2.0" package = "qsspodcasts_path_providing" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.rss] version = "2.0.0" [dependencies.tokio] version = "1.32.0" features = ["full"] [dev-dependencies.tokio-test] version = "0.4.2"