# 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 = "auto_sitemap" version = "0.2.1" authors = [ "RSS Blue", "Dovydas Joksas", ] description = "Sitemaps with automatically updated lastmods." readme = "README.md" keywords = [ "sitemap", "xml", ] categories = ["parsing"] license = "MIT OR Apache-2.0" repository = "https://github.com/rssblue/auto_sitemap" [lib] doctest = false [dependencies.chrono] version = "0.4.26" [dependencies.md5] version = "0.7.0" [dependencies.reqwest] version = "0.11.18" features = ["rustls-tls"] default-features = false [dependencies.spider] version = "1.34.4" [dependencies.url] version = "2.4.0" [dependencies.xml] version = "0.8.10" [dependencies.yaserde] version = "0.8.0" features = ["yaserde_derive"] [dependencies.yaserde_derive] version = "0.8.0" [dev-dependencies.axum] version = "0.6.20" [dev-dependencies.more-asserts] version = "0.3.1" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.tokio] version = "1.31.0"