mirror of
https://github.com/edg-l/sitewriter.git
synced 2024-11-09 17:48:24 +00:00
19 lines
439 B
TOML
19 lines
439 B
TOML
[package]
|
|
name = "sitewriter"
|
|
version = "0.2.3"
|
|
authors = ["Edgar L. <contact@edgarluque.com>"]
|
|
edition = "2018"
|
|
description = "A sitemap writing library."
|
|
readme = "README.md"
|
|
repository = "https://github.com/edg-l/sitewriter"
|
|
license = "MIT"
|
|
keywords = ["sitemap", "sitemapindex", "xml", "parser"]
|
|
categories = ["parsing"]
|
|
|
|
[features]
|
|
default = ["chrono"]
|
|
|
|
[dependencies]
|
|
chrono = { version = "0.4", optional = true }
|
|
quick-xml = "0.20"
|