Cargo Features

[dependencies]
koru-delta = { version = "3.0.1", default-features = false, features = ["wasm", "http"] }
default = http

The http feature is set by default whenever koru-delta is added without default-features = false somewhere in the dependency tree.

wasm = console_error_panic_hook, getrandom, js-sys, serde-wasm-bindgen, wasm-bindgen, wasm-bindgen-futures, web-sys

Affects koru-delta::wasm

http default = axum, reqwest, tower

Affects auth::http, koru-delta::http

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.

axum http

Enables axum ^0.7

HTTP API (non-WASM only)

tower http

Enables tower ^0.4

reqwest http

Enables reqwest ^0.12

wasm-bindgen wasm?

Enables wasm-bindgen

Optional WASM support

wasm-bindgen-futures wasm?
serde-wasm-bindgen wasm?
js-sys wasm?
web-sys wasm?
console_error_panic_hook wasm?
getrandom wasm?

Enables getrandom ^0.2