synwire-checkpoint-sqlite 0.1.0

SQLite checkpoint backend for Synwire
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"
rust-version = "1.88"
name = "synwire-checkpoint-sqlite"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SQLite checkpoint backend for Synwire"
homepage = "https://randomvariable.github.io/synwire/"
readme = "README.md"
keywords = [
    "llm",
    "ai",
    "agents",
    "langchain",
    "async",
]
categories = [
    "asynchronous",
    "science",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/randomvariable/synwire"
resolver = "2"

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

[dependencies.r2d2]
version = "0.8"

[dependencies.r2d2_sqlite]
version = "0.25"

[dependencies.rusqlite]
version = "0.32"
features = ["bundled"]

[dependencies.serde_json]
version = "1"

[dependencies.synwire-checkpoint]
version = "0.1.0"

[dependencies.synwire-core]
version = "0.1.0"

[dependencies.thiserror]
version = "2"

[dev-dependencies.tempfile]
version = "3"

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

[lints.clippy]
dbg_macro = "deny"
expect_used = "deny"
missing_errors_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
panic = "deny"
print_stderr = "deny"
print_stdout = "deny"
todo = "deny"
unimplemented = "deny"
unwrap_used = "deny"

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
dead_code = "deny"
missing_docs = "deny"
unsafe_code = "deny"
unused_imports = "deny"
unused_results = "deny"