oxify-storage 0.1.0

SQLite-based storage layer for OxiFY execution history, metrics, and caching
Documentation
[dependencies.aes-gcm]
version = "0.10"

[dependencies.anyhow]
version = "1.0.100"

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

[dependencies.base64]
version = "0.22"

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

[dependencies.hex]
version = "0.4"

[dependencies.hmac]
version = "0.12"

[dependencies.oxify-model]
version = "0.1.0"

[dependencies.pbkdf2]
features = ["simple"]
version = "0.12"

[dependencies.rand]
version = "0.9"

[dependencies.redis]
features = ["tokio-comp", "connection-manager"]
optional = true
version = "1.0"

[dependencies.regex]
version = "1.12"

[dependencies.reqwest]
features = ["json", "stream"]
version = "0.12.28"

[dependencies.rust_decimal]
version = "1.40"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.sha2]
version = "0.10"

[dependencies.sqlx]
features = ["runtime-tokio", "sqlite", "chrono", "uuid", "migrate", "json", "uuid", "chrono", "rust_decimal"]
version = "0.9.0-alpha.1"

[dependencies.thiserror]
version = "2.0.18"

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

[dependencies.tracing]
version = "0.1.44"

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

[dev-dependencies.tokio-test]
version = "0.4"

[features]
default = []
redis-cache = ["redis"]

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

[package]
authors = ["OxiFY Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database", "caching", "asynchronous"]
description = "SQLite-based storage layer for OxiFY execution history, metrics, and caching"
edition = "2021"
keywords = ["sqlite", "database", "storage", "metrics", "cache"]
license = "Apache-2.0"
name = "oxify-storage"
readme = false
repository = "https://github.com/cool-japan/oxify"
version = "0.1.0"