Cargo Features
[dependencies]
mls-rs-ffi = { version = "0.7.0", default-features = false, features = ["std", "openssl", "sqlcipher", "sqlcipher-bundled", "sqlite", "sqlite-bundled", "x509"] }
- 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.40.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
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.