Cargo Features

[dependencies]
herolib-crypt = { version = "0.3.13", default-features = false, features = ["full", "httpsig"] }
default = httpsig

The httpsig feature is set by default whenever herolib-crypt is added without default-features = false somewhere in the dependency tree.

full = httpsig, rhai
httpsig default full?

Enables http

For httpsig module (from crypto)

Affects herolib-crypt::httpsig

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.

rhai full?

Affects asymmetric::rhai, httpsig::rhai, keys::rhai, herolib-crypt::rhai, symmetric::rhai