# 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 = "sitemap-xml-writer" version = "0.1.0" authors = ["bouzuya "] exclude = [".github"] description = "A Rust library for writing sitemap.xml" readme = "README.md" keywords = [ "sitemap", "writer", ] license = "MIT OR Apache-2.0" repository = "https://github.com/bouzuya/sitemap-xml-writer" [dependencies.chrono] version = "0.4.23" optional = true [dependencies.once_cell] version = "1.17.1" [dependencies.regex] version = "1.7.1" [dependencies.strum] version = "0.24" features = ["derive"] [dependencies.thiserror] version = "1" [dependencies.time] version = "0.3" features = [ "formatting", "macros", "parsing", ] optional = true [dependencies.url] version = "2" optional = true [dev-dependencies.anyhow] version = "1" [features] chrono = ["dep:chrono"] default = [] time = ["dep:time"] url = ["dep:url"]