Cargo Features

Lnd has no features set by default.

[dependencies]
lnd = { version = "0.1.4", features = ["download", "lnd_0_17_3", "lnd_0_16_4"] }
download lnd_0_16_4? lnd_0_17_3? = bitcoin_hashes, minreq, zip
lnd_0_17_3 = download
lnd_0_16_4 = download

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.

bitcoin_hashes build download?

Enables bitcoin_hashes ^0.12

zip build download?

Enables zip ^0.6

minreq build download?