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 wheneverminotari_wallet
is added without
somewhere in the dependency tree.default-features = false - 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.