Cargo Features

[dependencies]
tag_password = { version = "0.1.3", default-features = false, features = ["argon2", "serde", "graphql"] }
default = argon2, serde

These default features are set whenever tag_password is added without default-features = false somewhere in the dependency tree.

argon2 default

Enables argon2 and rand_core

serde default

Enables serde

graphql

Enables async-graphql ^6.0.11

tag_password has 4 features without comments.