wfe-sqlite 1.9.2

SQLite persistence provider for WFE
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 = "wfe-sqlite"
version = "1.9.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SQLite persistence provider for WFE"
homepage = "https://github.com/sunbeamdotpt/sunbeam"
readme = "README.md"
license = "MIT"
repository = "https://github.com/sunbeamdotpt/sunbeam"

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

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

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

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sqlx]
version = "0.8"
features = [
    "runtime-tokio",
    "tls-rustls",
    "sqlite",
    "postgres",
    "uuid",
    "chrono",
    "json",
]

[dependencies.thiserror]
version = "2.0"

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

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1.0"
features = [
    "v4",
    "v7",
    "serde",
]

[dependencies.wfe-core]
version = "1.9.2"
features = ["test-support"]

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

[dev-dependencies.rstest]
version = "0.23"

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

[dev-dependencies.wfe-core]
version = "1.9.2"
features = [
    "test-support",
    "test-support",
]