Cargo Features

[dependencies]
sitemapo = { version = "0.2.0", default-features = false, features = ["tokio", "extension"] }
default = extension

The extension feature is set by default whenever sitemapo is added without default-features = false somewhere in the dependency tree.

tokio

Enables async-trait, tokio, tokio of countio and async-tokio of quick-xml ^0.30.0

quick-xml:

Enables support for asynchronous reading and writing from tokio's IO-Traits by enabling reading events from types implementing tokio::io::AsyncBufRead.

Affects build::AsyncBuilder, parse::AsyncParser

extension default

Enables isolang