Cargo Features

sentc-crypto-utils has no features set by default.

[dependencies]
sentc-crypto-utils = { version = "0.10.0", features = ["rustls", "wasm", "crypto_full"] }
rustls

req handling

Enables rustls-tls of reqwest ^0.11.18

_______________________________________________________________________________________________________________________
req handling

Affects sentc-crypto-utils::http, sentc-crypto-utils::full

wasm = js-sys, wasm-bindgen, wasm-bindgen-futures, web-sys

Affects sentc-crypto-utils::http, sentc-crypto-utils::full

crypto_full

Affects sentc-crypto-utils::full

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 rustls?

Enables reqwest ^0.11.18

wasm-bindgen wasm?
wasm-bindgen-futures wasm?
web-sys wasm?
js-sys wasm?