Cargo Features

[dependencies]
minotari_wallet = { version = "1.0.0-rc.5", default-features = false, features = ["c_integration", "bundled_sqlite"] }
default = bundled_sqlite

The bundled_sqlite feature is set by default whenever minotari_wallet is added without default-features = false somewhere in the dependency tree.

c_integration
bundled_sqlite default = libsqlite3-sys

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.

libsqlite3-sys bundled_sqlite

Enables libsqlite3-sys ^0.25.1