Cargo Features

[dependencies]
jose-jwk = { version = "0.1.2", default-features = false, features = ["crypto", "url"] }
default = crypto

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

crypto default = p256, p384, rsa

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.

p256 crypto

Enables p256

optional dependencies

p384 crypto
rsa crypto
url implicit feature

Enables url

url:

URL library for Rust, based on the WHATWG URL Standard

Affects prm::Parameters.x5u