Cargo Features

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

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

req handling

Enables rustls-tls of reqwest ^0.11.27

_______________________________________________________________________________________________________________________
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

encryption

Affects sentc-crypto-utils::split_head_and_encrypted_data, sentc-crypto-utils::put_head_and_encrypted_data

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.27

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