Cargo Features

[dependencies]
abstract-boot = { version = "0.14.3", default-features = false, features = ["daemon", "integration"] }
default = integration

The integration feature is set by default whenever abstract-boot is added without default-features = false somewhere in the dependency tree.

daemon

Enables daemon of boot-core

boot-core:

enable the optional dependencies

integration default

Enables abstract-account-factory ^0.14.3, abstract-ans-host ^0.14.3, abstract-manager ^0.14.3, abstract-module-factory ^0.14.3, abstract-proxy ^0.14.3, and abstract-version-control ^0.14.3

abstract-module-factory:

Keep these here