tag_password 0.1.3

An advanced Rust library leveraging the type system to statically determine password hashing status for enhanced security.
Documentation
[dependencies.argon2]
optional = true
version = "0.5.2"

[dependencies.async-graphql]
optional = true
version = "6.0.11"

[dependencies.rand_core]
features = ["getrandom"]
optional = true
version = "0.6.4"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.193"

[features]
argon2 = ["dep:argon2", "dep:rand_core"]
default = ["argon2", "serde"]
graphql = ["dep:async-graphql"]
serde = ["dep:serde"]

[package]
description = "An advanced Rust library leveraging the type system to statically determine password hashing status for enhanced security."
documentation = "https://docs.rs/tag_password"
edition = "2021"
homepage = "https://devs.transitions.ag/"
license-file = "LICENSE"
name = "tag_password"
readme = "README.md"
repository = "https://github.com/TransitionsAg/tag_password"
version = "0.1.3"