# 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 = "goodpod" version = "0.1.2" authors = [ "RSS Blue", "Dovydas Joksas", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A crate for generating Podcasting 2.0 feeds." readme = "README.md" keywords = [ "podcast", "rss", "xml", "podcasting2", ] categories = ["encoding"] license = "MIT OR Apache-2.0" repository = "https://github.com/rssblue/goodpod" [lib] name = "goodpod" path = "src/lib.rs" doctest = false [[test]] name = "tests" path = "tests/tests.rs" [dependencies.chrono] version = "0.4.38" [dependencies.strum] version = "0.26.3" features = ["derive"] [dependencies.url] version = "2.5.2" [dependencies.uuid] version = "1.10.0" features = ["serde"] [dependencies.xml] version = "0.8.20" [dependencies.yaserde] version = "0.10.1" [dependencies.yaserde_derive] version = "0.10.1" [dev-dependencies.pretty_assertions] version = "1.4.0"