hj-sqlite 0.1.2

SQLite backing stores for hj handoff workflows
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 = "hj-sqlite"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SQLite backing stores for hj handoff workflows"
homepage = "https://github.com/89jobrien/hj"
documentation = "https://docs.rs/hj-sqlite"
readme = "README.md"
keywords = [
    "sqlite",
    "handoff",
    "workflow",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/89jobrien/hj"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.dirs]
version = "6.0.0"

[dependencies.hj-core]
version = "0.1.2"

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

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