jsonwebtoken icon indicating copy to clipboard operation
jsonwebtoken copied to clipboard

Use dep: prefix to remove implicit feature flags

Open bouzuya opened this issue 2 months ago • 1 comments

This Pull Request updates the project to use the dep: prefix.

By using the dep: prefix, it removes the implicit feature flags that are automatically enabled by optional dependencies. For more details about the dep: prefix, see https://doc.rust-lang.org/cargo/reference/features.html#optional-dependencies.

If these implicit feature flags were intentional, this Pull Request is not appropriate and should be closed. If they were not, merging this Pull Request will ensure that only explicitly defined feature flags are provided.

bouzuya avatar Oct 18 '25 23:10 bouzuya

It's unlikely to be causing an issue in practice but that would be a breaking change, so for v11

Keats avatar Oct 19 '25 08:10 Keats