Cargo Features

pykrete-jsonwebkey has no features set by default.

[dependencies]
pykrete-jsonwebkey = { version = "0.4.1", features = ["pkcs-convert", "jwt-convert", "generate", "thumbprint"] }
pkcs-convert jwt-convert? = num-bigint, yasna
jwt-convert = jsonwebtoken, pkcs-convert
generate = p256, rand
thumbprint = sha2

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.

jsonwebtoken jwt-convert?
num-bigint pkcs-convert?
p256 generate?
rand generate?
sha2 thumbprint?
yasna pkcs-convert?