Cargo Features

voice_vox_api has no features set by default.

[dependencies]
voice_vox_api = { version = "0.13.4", features = ["backend_surf", "backend_reqwest"] }
backend_surf = surf

Affects voice_vox_api::surf_api

backend_reqwest = reqwest

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

reqwest backend_reqwest?

Enables reqwest ^0.11

surf not wasm32 wasm32 backend_surf?