parse-rust-auth 0.1.0

Parse Server compatible bcrypt password hashing.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.88"
name = "parse-rust-auth"
version = "0.1.0"
build = false
exclude = ["logs/"]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parse Server compatible bcrypt password hashing."
homepage = "https://github.com/neurosynq/parse-rust"
readme = "README.md"
keywords = [
    "parse-server",
    "parse-platform",
    "backend",
    "mongodb",
    "baas",
]
categories = [
    "web-programming::http-server",
    "database",
    "api-bindings",
]
license = "Apache-2.0"
repository = "https://github.com/neurosynq/parse-rust"

[lib]
name = "parse_rust_auth"
path = "src/lib.rs"

[[test]]
name = "bcrypt_interop"
path = "tests/bcrypt_interop.rs"

[dependencies.bcrypt]
version = "0.15"

[dependencies.parse-rust-core]
version = "0.1.0"