mini-sqlite-dump 0.1.2

creating sqlite3 dump files from Rust
Documentation
# Copyright 2024 Ian Jackson and contributors to dgit
# SPDX-License-Identifier: GPL-3.0-or-later
# There is NO WARRANTY.

[package]
name = "mini-sqlite-dump"
version = "0.1.2"
edition = "2024"
license = "GPL-3.0-or-later"
repository = "https://salsa.debian.org/dgit-team/tag2upload-service-manager"
rust-version = "1.85.0"
resolver = "3"
description = "creating sqlite3 dump files from Rust"

[dependencies]
anyhow = "1"
derive-deftly = ">= 0.14.0, <2"
derive_more = { version = "1", features = ["full"] }
easy-ext = "1.0.2"
hex_fmt = "0.3.0"
itertools = ">= 0.13.0, < 0.15"
rusqlite = ">= 0.28, < 0.39"
thiserror = ">= 1.0.61, < 3"
unicode-properties = "0.1.0"

[dev-dependencies]
test-temp-dir = ">=0.2.2, <0.7"
testresult = "0.4.0"

[lints]
workspace = true