Cargo Features
[dependencies]
mls-rs-ffi = { version = "0.10.0", default-features = false, features = ["std", "openssl", "sqlcipher", "sqlcipher-bundled", "sqlite", "sqlite-bundled", "x509", "psk", "by_ref_proposal", "custom_proposal", "private_message", "secret_tree_access"] }
- default = openssl, sqlcipher-bundled, x509
-
These default features are set whenever
mls-rs-ffi
is added without
somewhere in the dependency tree.default-features = false - std openssl sqlite?
-
Enables std of mls-rs ^0.46.0 and safer-ffi-gen
- openssl default = mls-rs-crypto-openssl, std
- sqlcipher = sqlite
-
Enables sqlcipher of mls-rs-provider-sqlite
- sqlcipher-bundled default = sqlite
-
Enables sqlcipher-bundled of mls-rs-provider-sqlite
- sqlite sqlcipher? sqlcipher-bundled sqlite-bundled? = std
-
Enables sqlite of mls-rs-provider-sqlite
- sqlite-bundled = sqlite
-
Enables sqlite-bundled of mls-rs-provider-sqlite
- x509 default = mls-rs-identity-x509
- psk
-
Enables psk of mls-rs ^0.46.0
- by_ref_proposal
-
Enables by_ref_proposal of mls-rs ^0.46.0
- custom_proposal
-
Enables custom_proposal of mls-rs ^0.46.0
- private_message
-
Enables private_message of mls-rs ^0.46.0
- secret_tree_access
-
Enables secret_tree_access of mls-rs ^0.46.0
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.