# 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_podcast_management" version = "0.2.0" authors = ["Maxime Mikotajewski "] description = "podcast management library 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.chrono] version = "0.4" [dependencies.hex] version = "0.4.3" [dependencies.html2text] version = "0.4.3" [dependencies.rss] version = "2.0.0" [dependencies.sha-1] version = "0.10.0" [dependencies.tokio] version = "1.32.0" features = ["full"] [dev-dependencies.test-case] version = "3.0.0"