Cargo Features

[dependencies]
twine_protocol = { version = "0.1.0", default-features = false, features = ["http", "build", "sha3", "blake3", "ripemd", "blake2s", "blake2b", "rsa"] }
default = blake3, sha3

These default features are set whenever twine_protocol is added without default-features = false somewhere in the dependency tree.

http

Enables twine_http_store

build

Enables twine_builder

sha3 default

Enables sha3 of twine_lib

blake3 default

Enables blake3 of twine_lib

ripemd

Enables ripemd of twine_lib

blake2s

Enables blake2s of twine_lib

blake2b

Enables blake2b of twine_lib

rsa

Enables rsa of twine_builder

twine_protocol has 9 features without comments.