sitewriter/Cargo.toml
dependabot[bot] f0569499ec
Update quick-xml requirement from 0.29.0 to 0.30.0
Updates the requirements on [quick-xml](https://github.com/tafia/quick-xml) to permit the latest version.
- [Release notes](https://github.com/tafia/quick-xml/releases)
- [Changelog](https://github.com/tafia/quick-xml/blob/master/Changelog.md)
- [Commits](https://github.com/tafia/quick-xml/compare/v0.29.0...v0.30.0)

---
updated-dependencies:
- dependency-name: quick-xml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-24 00:18:13 +00:00

33 lines
773 B
TOML

[package]
name = "sitewriter"
version = "1.0.2"
authors = ["Edgar <git@edgarluque.com>"]
edition = "2021"
description = "A sitemap writing library."
readme = "README.md"
documentation = "https://docs.rs/sitewriter"
repository = "https://github.com/edg-l/sitewriter"
license = "MIT"
keywords = ["sitemap", "sitemapindex", "xml", "parser"]
categories = ["parsing"]
resolver = "2"
[dependencies]
chrono = { version = "0.4.24", default-features = false, features = ["std", "clock"] }
derive_builder = "0.12.0"
quick-xml = { version = "0.30.0", default-features = false }
url = "2.3.1"
[dev-dependencies]
criterion = { version = "0.5.1", features = ["html_reports"] }
[[bench]]
name = "benchmark"
harness = false
[profile.bench]
debug = true
[profile.release]
debug = true