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
somewhere in the dependency tree.default-features = false 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