# 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.81" name = "sitemap-rs" version = "0.2.2" authors = ["Todd Everett Griffin "] build = false include = [ "**/*.rs", "Cargo.toml", ".clippy.toml", "LICENSE", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library to generate URL, Index, Image, Video, and News sitemaps." homepage = "https://www.toddgriffin.me/" readme = "README.md" keywords = [ "sitemap", "index-sitemap", "image-sitemap", "video-sitemap", "news-sitemap", ] categories = [ "web-programming", "parsing", ] license = "MIT" repository = "https://github.com/goddtriffin/sitemap-rs" [lib] name = "sitemap_rs" path = "src/lib.rs" [[example]] name = "generate_image_sitemap" path = "examples/generate_image_sitemap.rs" [[example]] name = "generate_index_sitemap" path = "examples/generate_index_sitemap.rs" [[example]] name = "generate_news_sitemap" path = "examples/generate_news_sitemap.rs" [[example]] name = "generate_url_sitemap" path = "examples/generate_url_sitemap.rs" [[example]] name = "generate_video_sitemap" path = "examples/generate_video_sitemap.rs" [[test]] name = "image" path = "tests/image.rs" [[test]] name = "news" path = "tests/news.rs" [[test]] name = "sitemap" path = "tests/sitemap.rs" [[test]] name = "sitemap_index" path = "tests/sitemap_index.rs" [[test]] name = "url" path = "tests/url.rs" [[test]] name = "url_builder" path = "tests/url_builder.rs" [[test]] name = "url_set" path = "tests/url_set.rs" [[test]] name = "video" path = "tests/video.rs" [[test]] name = "video_builder" path = "tests/video_builder.rs" [dependencies.chrono] version = "0.4.38" [dependencies.xml-builder] version = "0.5.3" [lints.clippy.all] level = "deny" priority = -1 [lints.clippy.allow_attributes] level = "forbid" priority = 1 [lints.clippy.cargo] level = "deny" priority = -1 [lints.clippy.complexity] level = "deny" priority = -1 [lints.clippy.correctness] level = "deny" priority = -1 [lints.clippy.nursery] level = "allow" priority = 0 [lints.clippy.pedantic] level = "deny" priority = -1 [lints.clippy.perf] level = "deny" priority = -1 [lints.clippy.style] level = "deny" priority = -1 [lints.clippy.suspicious] level = "deny" priority = -1 [lints.rust.unfulfilled_lint_expectations] level = "forbid" priority = 1 [lints.rust.unsafe_code] level = "forbid" priority = 0