Cargo Features

bee-common has no features set by default.

[dependencies]
bee-common = { version = "0.6.0", features = ["auth"] }
auth = jsonwebtoken, rand, rust-argon2

Affects bee-common::auth

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 auth?

Enables jsonwebtoken ^7.2.0

rand auth?
rust-argon2 auth?

Enables rust-argon2 ^0.8.3