patchworks 0.3.0

Git-style visual diffs for SQLite databases. Inspect, compare, snapshot, and generate SQL migrations.
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 = "2021"
rust-version = "1.75"
name = "patchworks"
version = "0.3.0"
build = false
exclude = [
    "tests/",
    "benches/",
    ".github/",
    "BUILD.md",
    "AGENTS.md",
    "ARCHITECTURE.md",
    "CONTRIBUTING.md",
    "CHANGELOG.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Git-style visual diffs for SQLite databases. Inspect, compare, snapshot, and generate SQL migrations."
homepage = "https://github.com/dunamismax/patchworks"
documentation = "https://docs.rs/patchworks"
readme = "README.md"
keywords = [
    "sqlite",
    "diff",
    "database",
    "migration",
    "inspection",
]
categories = [
    "command-line-utilities",
    "database",
    "development-tools",
    "gui",
]
license = "MIT"
repository = "https://github.com/dunamismax/patchworks"

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

[[bin]]
name = "patchworks"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.chrono]
version = "0.4.44"

[dependencies.clap]
version = "4.6.0"
features = ["derive"]

[dependencies.directories]
version = "6.0.0"

[dependencies.eframe]
version = "0.33.3"

[dependencies.egui]
version = "0.33.3"

[dependencies.rfd]
version = "0.17.2"

[dependencies.rusqlite]
version = "0.39.0"
features = [
    "bundled",
    "backup",
]

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.23"

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

[dev-dependencies.criterion]
version = "0.8.2"

[dev-dependencies.proptest]
version = "1.7.0"

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