Cargo Features

[dependencies]
librqbit-core = { version = "4.0.1", default-features = false, features = ["sha1-crypto-hash", "sha1-ring"] }
default = sha1-crypto-hash

The sha1-crypto-hash feature is set by default whenever librqbit-core is added without default-features = false somewhere in the dependency tree.

sha1-crypto-hash default

Enables sha1-crypto-hash of librqbit-bencode

sha1-ring

Enables sha1-ring of librqbit-bencode

librqbit-core has 3 features without comments.