Cargo Features
[dependencies]
okta-jwt-verifier = { version = "0.9.0", default-features = false, features = ["client-surf", "client-reqwest", "cache-surf", "cache-reqwest"] }
- default = client-reqwest
-
The
client-reqwest
feature is set by default wheneverokta-jwt-verifier
is added without
somewhere in the dependency tree.default-features = false - client-surf = surf
- client-reqwest default = reqwest, reqwest-middleware
- cache-surf = http-cache-surf
- cache-reqwest = http-cache-reqwest
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.