seshat-storage 0.7.1

SQLite storage, migrations, and repository implementations for Seshat
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.85"
name = "seshat-storage"
version = "0.7.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SQLite storage, migrations, and repository implementations for Seshat"
readme = false
license = "MIT"
resolver = "2"

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

[dependencies.chrono]
version = "0.4"
features = ["clock"]
default-features = false

[dependencies.postcard]
version = "1"
features = ["alloc"]

[dependencies.refinery]
version = "0.9"
features = ["rusqlite"]

[dependencies.rusqlite]
version = "0.38"
features = [
    "bundled",
    "modern_sqlite",
    "trace",
]

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

[dependencies.serde_json]
version = "1"

[dependencies.seshat-core]
version = "0.7.1"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.seshat-core]
version = "0.7.1"
features = ["test-helpers"]