parse-rust-auth 0.1.0

Parse Server compatible bcrypt password hashing.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "parse-rust-auth"
version.workspace = true
description = "Parse Server compatible bcrypt password hashing."
edition.workspace = true
rust-version.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true
homepage.workspace = true
keywords.workspace = true
categories.workspace = true
exclude.workspace = true
publish.workspace = true

[dependencies]
parse-rust-core.workspace = true
bcrypt.workspace = true