Cargo Features
[dependencies]
store_daemon = { version = "0.9.0", default-features = false, features = ["server", "embedded"] }
- default = server
-
The
server
feature is set by default wheneverstore_daemon
is added without
somewhere in the dependency tree.default-features = false - server default = clap, configure_me, dotenv, rpassword, settings, shellexpand
-
Server is a standalone application that runs daemons.
Required for all apps that can be launched from command-line shell as binaries (i.e. both servers and cli)Enables server of microservices and parse_arg of amplify ^3.13.0
LNP/BP crates
Affects
store_daemon::opts
…Required by the stored binary
- embedded
-
Embedded is an app that contains embedded node and that talks to it through integration layer
Enables embedded of microservices
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.
- clap server
-
Enables clap ~3.2.23
- settings server
-
Enables config ^0.10
- configure_me server
- dotenv server
- shellexpand server
-
Enables shellexpand ^2
- rpassword server
-
Enables rpassword ^5.0.1