# 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 = "sitewriter" version = "1.0.5" authors = ["Edgar "] description = "A sitemap writing library." documentation = "https://docs.rs/sitewriter" readme = "README.md" keywords = [ "sitemap", "sitemapindex", "xml", "parser", ] categories = ["parsing"] license = "MIT" repository = "https://github.com/edg-l/sitewriter" resolver = "2" [profile.bench] debug = 2 [profile.release] debug = 2 [[bench]] name = "benchmark" harness = false [dependencies.chrono] version = "0.4.38" features = [ "std", "clock", ] default-features = false [dependencies.derive_builder] version = "0.20.0" [dependencies.quick-xml] version = "0.31.0" default-features = false [dependencies.url] version = "2.5.0" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"]