parse-rust-auth 0.2.1

Parse Server compatible sessions, role graph expansion and bcrypt password hashing for parse-rust-server.
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.2.1"
build = false
exclude = ["logs/"]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parse Server compatible sessions, role graph expansion and bcrypt password hashing for parse-rust-server."
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"

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

[dependencies.bcrypt]
version = "0.15"

[dependencies.chrono]
version = "0.4"
features = [
    "std",
    "clock",
]
default-features = false

[dependencies.indexmap]
version = "2"
features = ["serde"]

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

[dependencies.parse-rust-schema]
version = "0.2.1"

[dependencies.parse-rust-storage]
version = "0.2.1"

[dependencies.rand]
version = "0.8"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "net",
    "signal",
    "rt",
    "sync",
]

[dev-dependencies.bson]
version = "2"

[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.mongodb]
version = "3"

[dev-dependencies.parse-rust-mongo]
version = "0.2.1"

[dev-dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "net",
    "signal",
    "rt-multi-thread",
    "macros",
]