eternaltwin_password 0.14.2

Password implementation
Documentation
[package]
name = "eternaltwin_password"
version = "0.14.2"
authors = ["Charles Samborski <demurgos@demurgos.net>"]
description = "Password implementation"
documentation = "https://gitlab.com/eternaltwin/eternaltwin"
homepage = "https://gitlab.com/eternaltwin/eternaltwin"
repository = "https://gitlab.com/eternaltwin/eternaltwin"
readme = "./README.md"
keywords = ["etwin"]
license.workspace = true
edition.workspace = true
rust-version.workspace = true

[dependencies]
eternaltwin_core = { version = "0.14.2", path = "../core", features = ["sqlx"] }
hmac = "0.12.1"
neon = { version = "0.10.1", optional = true, default-features = false, features = ["napi-6"] }
once_cell = "1.18.0"
rand_core = { version = "0.6.4", features = ["getrandom"] }
scrypt = "0.11.0"
sha2 = "0.10.6"
subtle = "2.4.0"
sysinfo = "0.28.2"

[dev-dependencies]
hex = "0.4.3"