rustauth-fred 0.2.0

Fred-backed Redis and Valkey integrations for RustAuth.
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"
name = "rustauth-fred"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fred-backed Redis and Valkey integrations for RustAuth."
homepage = "https://github.com/salasebas/rustauth"
documentation = "https://docs.rs/rustauth-fred"
readme = "README.md"
keywords = [
    "auth",
    "oauth",
    "sso",
    "scim",
    "identity",
]
categories = [
    "authentication",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/salasebas/rustauth"

[features]
default = []
native-tls = ["fred/enable-native-tls"]
rustls = ["fred/enable-rustls-ring"]

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

[[example]]
name = "fred_stores"
path = "examples/fred_stores.rs"

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

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

[dependencies.fred]
version = "10.1"
features = [
    "i-keys",
    "i-scripts",
    "sha-1",
]
default-features = false

[dependencies.rustauth-core]
version = "0.2.0"
default-features = false

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

[dev-dependencies.http]
version = "1"

[dev-dependencies.rustauth-core]
version = "0.2.0"
features = ["test-utils"]
default-features = false

[dev-dependencies.rustauth-redis]
version = "0.2.0"

[dev-dependencies.time]
version = "0.3"
features = [
    "formatting",
    "parsing",
    "serde",
]

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

[lints.clippy]
expect_used = "warn"
panic = "warn"
unwrap_used = "warn"

[lints.rust]
unsafe_code = "forbid"