Cargo Features

service_utils_rs has no features set by default.

[dependencies]
service_utils_rs = { version = "0.1.3", features = ["full", "jwt"] }
full = jwt
jwt full? = jsonwebtoken

Affects services::jwt

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?