Cargo Features

[dependencies]
sbd-client = { version = "0.0.5-alpha", default-features = false, features = ["crypto", "raw_client", "force_webpki_roots"] }
default = crypto

The crypto feature is set by default whenever sbd-client is added without default-features = false somewhere in the dependency tree.

crypto default

built-in signing ability

Enables ed25519-dalek and rand

ed25519-dalek:

optional

raw_client

expose the raw client (used in server test suite)

Affects sbd-client::raw_client

force_webpki_roots

force webpki roots instead of native certs

Enables webpki-roots