cargowatch-store 0.1.0

SQLite persistence layer for CargoWatch sessions, logs, diagnostics, and artifacts.
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.94"
name = "cargowatch-store"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SQLite persistence layer for CargoWatch sessions, logs, diagnostics, and artifacts."
homepage = "https://github.com/dunamismax/cargowatch"
documentation = "https://docs.rs/cargowatch-store"
readme = "README.md"
keywords = [
    "cargo",
    "rust",
    "sqlite",
    "history",
    "monitoring",
]
categories = [
    "development-tools",
    "database",
]
license = "MIT"
repository = "https://github.com/dunamismax/cargowatch"

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.cargowatch-core]
version = "0.1.0"

[dependencies.serde_json]
version = "1.0.145"

[dependencies.sqlx]
version = "0.8.6"
features = [
    "macros",
    "migrate",
    "runtime-tokio-rustls",
    "sqlite",
    "time",
    "uuid",
]
default-features = false

[dependencies.time]
version = "0.3.44"
features = [
    "formatting",
    "local-offset",
    "macros",
    "parsing",
    "serde",
]

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

[dependencies.tracing]
version = "0.1.41"

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

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

[lints.clippy]
dbg_macro = "deny"
todo = "deny"
unwrap_used = "deny"

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