Cargo Features
irmaseal-core has no features set by default.
[dependencies]
irmaseal-core = { version = "0.2.0-beta.2", features = ["stream", "wasm_stream", "cipher"] }
- stream = aes-gcm, futures
-
Enables aead ^0.4.3
For normal stream feature
Affects
irmaseal-core::stream
… - wasm_stream = futures, js-sys, wasm-bindgen, wasm-bindgen-futures
-
Enables web-sys
Affects
irmaseal-core::stream
…
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.
- futures stream? wasm_stream?
- aead stream?
-
Enables aead ^0.4.3
- aes-gcm stream?
-
Enables aes-gcm ^0.9.4
- wasm-bindgen wasm_stream?
-
Enables wasm-bindgen
For wasm_stream feature
- js-sys wasm_stream?
- cipher implicit feature
-
Enables cipher ^0.3.0
cipher:
Traits for describing block ciphers and stream ciphers
- wasm-bindgen-futures wasm_stream?
- web-sys wasm_stream?