pointlock-store 0.1.8

Pointlock's event-sourced RunLog, SQLite/WAL checkpoints, evidence store, and read-side projections.
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 = "pointlock-store"
version = "0.1.8"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pointlock's event-sourced RunLog, SQLite/WAL checkpoints, evidence store, and read-side projections."
homepage = "https://github.com/wangweiwei/pointlock"
readme = "README.md"
keywords = [
    "pointlock",
    "event-sourcing",
    "sqlite",
    "checkpoint",
    "automation",
]
categories = [
    "database",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/wangweiwei/pointlock"
resolver = "2"

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

[[bin]]
name = "pointlock-projection-schema-gen"
path = "src/bin/pointlock-projection-schema-gen.rs"

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

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

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

[dependencies.fs2]
version = "0.4"

[dependencies.jsonschema]
version = "0.33"

[dependencies.pointlock-ir]
version = "0.1.8"

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

[dependencies.schemars]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

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

[dev-dependencies.rusqlite]
version = "0.37"
features = ["bundled"]