Cargo Features

[dependencies]
fetsig = { version = "0.2.7", default-features = false, features = ["browser", "json", "postcard"] }
default = browser, json, postcard

These default features are set whenever fetsig is added without default-features = false somewhere in the dependency tree.

browser default = base64, bytes, js-sys, ufmt, wasm-bindgen, wasm-bindgen-futures, web-sys
json default = bytes, serde_json, serde_with, ufmt

Affects common::FetchDeserializable, common::FetchDeserializable

postcard default = bytes, ufmt

Enables postcard

Affects common::FetchDeserializable, common::FetchDeserializable

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.

base64 browser
bytes browser json postcard
js-sys browser
serde_json json
serde_with json
ufmt browser json postcard
wasm-bindgen browser
wasm-bindgen-futures browser
web-sys browser