lightspeed_auth 0.66.0

LightSpeed
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 = "lightspeed_auth"
version = "0.66.0"
authors = ["Francesco Cina <ufoscout@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "LightSpeed"
homepage = "https://github.com/LightHero/lightspeed"
readme = "README.md"
keywords = []
license = "MIT"
repository = "https://github.com/LightHero/lightspeed"

[features]
default = []
mysql = [
    "c3p0/mysql",
    "c3p0/migrate",
    "sqlx",
    "lightspeed_test_utils/mysql",
]
postgres = [
    "c3p0/postgres",
    "c3p0/migrate",
    "sqlx",
    "lightspeed_test_utils/postgres",
]
sqlite = [
    "c3p0/sqlite",
    "c3p0/migrate",
    "sqlx",
    "lightspeed_test_utils/sqlite",
]

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

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

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

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

[dependencies.argon2]
version = "0.5"

[dependencies.c3p0]
version = "0.82"

[dependencies.lightspeed_core]
version = "0.66.0"

[dependencies.log]
version = "0.4"

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "rc",
]

[dependencies.serde_json]
version = "1"

[dependencies.sqlx]
version = "0.9.0-alpha.1"
optional = true

[dependencies.strum]
version = "0.28"
features = ["derive"]

[dependencies.tokio]
version = "1"
features = ["rt"]
default-features = false

[dev-dependencies.config]
version = "0.15"

[dev-dependencies.lightspeed_logger]
version = "0.66.0"

[dev-dependencies.lightspeed_test_utils]
version = "0.66.0"

[dev-dependencies.maybe-once]
version = "0.17"
features = ["tokio"]

[dev-dependencies.testcontainers]
version = "0.15"
features = [
    "mysql",
    "postgres",
]
package = "testcontainers-modules"

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