Cargo Features
soteria-rs has no features set by default.
[dependencies]
soteria-rs = { version = "0.4.0", features = ["bls", "crypto-bigint", "crypto-bigint-05", "ed25519", "elements", "generic-array", "generic-array-014", "hybrid-array", "secret-key", "serde", "signing", "x25519"] }
- bls = blsful, string-error
- crypto-bigint
-
Enables crypto-bigint
- crypto-bigint-05
-
Enables crypto-bigint ^0.5
- ed25519 = ed25519-dalek, string-error
- elements = string-error
-
Enables group
- generic-array
-
Enables generic-array
- generic-array-014
-
Enables generic-array ^0.14
- hybrid-array
-
Enables hybrid-array
- secret-key = elliptic-curve, string-error
- serde = postcard, string-error
-
Enables serde
- signing = ecdsa, elliptic-curve, string-error, subtle
- x25519 = string-error, x25519-dalek
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.