[dependencies.anyhow]
version = "1.0"
[dependencies.async-trait]
version = "0.1.88"
[dependencies.chrono]
features = ["serde"]
version = "^0.4.38"
[dependencies.rusqlite]
features = ["bundled"]
version = "0.32"
[dependencies.taskchampion-sync-server-core]
version = "0.7.1"
[dependencies.thiserror]
version = "2.0"
[dependencies.uuid]
features = ["serde", "v4"]
version = "^1.18.0"
[dev-dependencies.pretty_assertions]
version = "1"
[dev-dependencies.tempfile]
version = "3"
[dev-dependencies.tokio]
features = ["rt", "macros"]
version = "1.47"
[lib]
name = "taskchampion_sync_server_storage_sqlite"
path = "src/lib.rs"
[package]
authors = ["Dustin J. Mitchell <dustin@mozilla.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "SQLite backend for TaskChampion-sync-server"
edition = "2021"
homepage = "https://github.com/GothenburgBitFactory/taskchampion"
license = "MIT"
name = "taskchampion-sync-server-storage-sqlite"
readme = "README.md"
repository = "https://github.com/GothenburgBitFactory/taskchampion-sync-server"
version = "0.7.1"
[[test]]
name = "concurrency"
path = "tests/concurrency.rs"