We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
structopt
dotenv
dirs
extra
pretty_env_logger
signal-hook
SIGINT
SIGTERM
hex
chrono
lazy_static
The text was updated successfully, but these errors were encountered:
Make some crates optional behind cli/extra feature flags (#61)
cli
9db2c34
structopt, dirs, dotenv, pretty_env_logger and signal-hook.
Remove dependency on the hex crate
b521312
The same functionality is provided by bitcoin_hashes. Refs #61
b47bb9b
No branches or pull requests
structopt
(cli only, used for parsing arguments)dotenv
(cli only, used for config file)dirs
(cli only or enabled withextra
, provides auto-detection of the bitcoin datadir)pretty_env_logger
(cli only or enabled withextra
, used for logging)signal-hook
(cli only or enabled withextra
, used to handleSIGINT
/SIGTERM
signals)hex
(removed)chrono
(also used for the welcome banner apart from the cli, but this could be avoided)lazy_static
The text was updated successfully, but these errors were encountered: