Cargo Features

[dependencies]
sentc-crypto-light-full = { version = "0.10.0", default-features = false, features = ["rust", "rustls", "wasm"] }
default = rustls

These default features are set whenever sentc-crypto-light-full is added without default-features = false somewhere in the dependency tree.

Enables sentc-crypto-light ^0.10.0

rust

Enables rust of sentc-crypto-light ^0.10.0

rustls default

req handling

Enables rustls of sentc-crypto-utils ^0.10.0

wasm

Enables wasm of sentc-crypto-utils ^0.10.0