rustbasic-breeze 0.0.2

Authentication scaffolding package for the RustBasic Framework.
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 = "2024"
name = "rustbasic-breeze"
version = "0.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Authentication scaffolding package for the RustBasic Framework."
homepage = "https://github.com/herisvan321/rustbasic"
readme = "README.md"
license = "MIT"
repository = "https://github.com/herisvan321/rustbasic"

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

[dependencies.async-trait]
version = "0.1.86"

[dependencies.chrono]
version = "0.4.39"
features = ["serde"]

[dependencies.colored]
version = "3.0"

[dependencies.regex]
version = "1.10"

[dependencies.rustbasic-core]
version = "0.1"

[dependencies.sea-orm]
version = "1.1.4"
features = [
    "macros",
    "with-chrono",
]

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.140"

[dependencies.tokio]
version = "1.52.1"
features = ["full"]