# 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 = "badpod" version = "0.9.1" authors = [ "RSS Blue", "Dovydas Joksas", ] description = "A Rust crate for working with imperfect feeds of podcasts." readme = "README.md" keywords = [ "podcast", "rss", "xml", ] categories = ["parsing"] license = "MIT OR Apache-2.0" repository = "https://github.com/rssblue/badpod" [lib] doctest = false [dependencies.chrono] version = "0.4.38" [dependencies.regex] version = "1.10.5" [dependencies.roxmltree] version = "0.20.0" [dependencies.strum] version = "0.26.3" features = ["derive"] [dependencies.time] version = "0.3.36" [dependencies.url] version = "2.5.2" [dev-dependencies.log] version = "0.4.22" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.reqwest] version = "0.12.5" features = ["blocking"]