2020-11-22 14:43:41 +00:00
|
|
|
[package]
|
|
|
|
name = "sitewriter"
|
2022-04-08 07:12:07 +00:00
|
|
|
version = "0.5.2"
|
2021-02-01 09:35:45 +00:00
|
|
|
authors = ["Edgar <git@edgarluque.com>"]
|
2021-10-29 09:45:44 +00:00
|
|
|
edition = "2021"
|
2020-11-22 14:43:41 +00:00
|
|
|
description = "A sitemap writing library."
|
|
|
|
readme = "README.md"
|
2020-11-27 13:35:10 +00:00
|
|
|
documentation = "https://docs.rs/sitewriter"
|
2020-11-22 14:43:41 +00:00
|
|
|
repository = "https://github.com/edg-l/sitewriter"
|
|
|
|
license = "MIT"
|
|
|
|
keywords = ["sitemap", "sitemapindex", "xml", "parser"]
|
|
|
|
categories = ["parsing"]
|
|
|
|
|
|
|
|
[dependencies]
|
2021-02-14 09:47:45 +00:00
|
|
|
chrono = "0.4.19"
|
2022-04-08 07:12:07 +00:00
|
|
|
derive_builder = "0.11.1"
|
2021-04-20 14:47:43 +00:00
|
|
|
quick-xml = "0.22.0"
|
2021-10-19 15:11:10 +00:00
|
|
|
url = "2.2.2"
|
2021-07-23 14:13:03 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2021-10-19 15:11:10 +00:00
|
|
|
criterion = { version = "0.3.5", features = ["html_reports"] }
|
2021-07-23 14:13:03 +00:00
|
|
|
|
|
|
|
[[bench]]
|
|
|
|
name = "benchmark"
|
|
|
|
harness = false
|
2021-10-19 15:11:10 +00:00
|
|
|
|
|
|
|
[profile.bench]
|
|
|
|
debug = true
|
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
debug = true
|