better-auth-allsource 0.14.4

Allsource DatabaseAdapter for better-auth-rs — event-sourced auth persistence
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 = "better-auth-allsource"
version = "0.14.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Allsource DatabaseAdapter for better-auth-rs — event-sourced auth persistence"
readme = "README.md"
keywords = [
    "better-auth",
    "allsource",
    "event-sourcing",
    "authentication",
]
categories = [
    "authentication",
    "database",
]
license = "MIT"
repository = "https://github.com/all-source-os/all-source"
resolver = "3"

[features]
default = ["rustls"]
native-tls = ["reqwest/native-tls"]
rustls = ["reqwest/rustls"]

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

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

[dependencies.better-auth-core]
version = "0.8"

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

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "query",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["sync"]

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1"
features = ["v4"]

[dev-dependencies.tokio]
version = "1"
features = ["full"]