agent-proxy-rust-storage-sqlite 1.0.0

SQLite backend implementation for agent-proxy-rust storage trait
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 = "agent-proxy-rust-storage-sqlite"
version = "1.0.0"
authors = ["baoyx <baoyx19870908@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SQLite backend implementation for agent-proxy-rust storage trait"
homepage = "https://github.com/TokenFleet-AI/agent-proxy-rust"
documentation = "https://docs.rs/agent-proxy-rust"
readme = false
keywords = [
    "storage",
    "sqlite",
    "agent-proxy",
]
categories = ["database"]
license = "Apache-2.0"
repository = "https://github.com/TokenFleet-AI/agent-proxy-rust"

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

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

[dependencies.agent-proxy-rust-storage]
version = "1.0.0"

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

[dependencies.chrono]
version = "0.4"

[dependencies.hex]
version = "0.4"

[dependencies.r2d2]
version = "0.8"

[dependencies.r2d2_sqlite]
version = "0.25"

[dependencies.reqwest]
version = "0.12"
features = [
    "rustls-tls",
    "blocking",
    "json",
]
default-features = false

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

[dependencies.secrecy]
version = "0.10"

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

[dependencies.serde_json]
version = "1.0.142"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.52"
features = [
    "rt",
    "rt-multi-thread",
    "macros",
]

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.uuid]
version = "1"
features = ["v7"]

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

[lints.rust]
missing_debug_implementations = "warn"
missing_docs = "warn"
unsafe_code = "forbid"