# 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 = "sitemapo" version = "0.2.0" authors = ["Oleh Martsokha "] description = """ The implementation of the Sitemap.xml (or URL inclusion) protocol with the support of txt & xml formats, and video, image, news extensions. """ homepage = "https://github.com/xwde/sitemapo" documentation = "https://docs.rs/sitemapo" readme = "./README.md" keywords = [ "sitemap", "crawler", "parser", ] categories = [ "parser-implementations", "web-programming", ] license = "MIT" repository = "https://github.com/xwde/sitemapo" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] path = "./lib.rs" [dependencies.async-trait] version = "0.1.72" optional = true [dependencies.bytes] version = "1.4.0" features = [] [dependencies.countio] version = "0.2.14" [dependencies.isolang] version = "2.3.0" features = [] optional = true [dependencies.quick-xml] version = "0.30.0" [dependencies.thiserror] version = "1.0.44" [dependencies.time] version = "0.3.24" features = [ "parsing", "formatting", ] [dependencies.timext] version = "0.2.1" features = [] [dependencies.tokio] version = "1.29.1" optional = true default-features = false [dependencies.url] version = "2.4.0" [dev-dependencies.time] version = "0.3.24" features = ["macros"] [dev-dependencies.tokio] version = "1.29.1" features = [ "rt", "macros", ] default-features = false [features] default = ["extension"] extension = ["dep:isolang"] tokio = [ "dep:tokio", "dep:async-trait", "quick-xml/async-tokio", "countio/tokio", ]