Cargo Features
[dependencies]
librqbit-core = { version = "4.1.0", default-features = false, features = ["sha1-crypto-hash", "sha1-ring"] }
- default = sha1-crypto-hash
-
The
sha1-crypto-hash
feature is set by default wheneverlibrqbit-core
is added without
somewhere in the dependency tree.default-features = false - sha1-crypto-hash default
-
Enables sha1-crypto-hash of librqbit-bencode
Affects
librqbit-core::torrent_metainfo
… - sha1-ring
-
Enables sha1-ring of librqbit-bencode
Affects
librqbit-core::torrent_metainfo
…