little-hesinde/calibre-db/Cargo.toml
Sebastian Hugentobler 1c95f4391f
Some checks are pending
Build Multiarch Container Image / call-reusable-workflow (push) Waiting to run
update everything
2025-07-02 08:37:34 +02:00

17 lines
486 B
TOML

[package]
name = "calibre-db"
version = "0.1.0"
edition = "2024"
license = { workspace = true }
authors = { workspace = true }
repository = { workspace = true }
description = "Read data from a calibre library, leveraging its SQLite metadata database."
[dependencies]
r2d2 = "0.8.10"
r2d2_sqlite = "0.30.0"
rusqlite = { version = "0.36.0", features = ["bundled", "time"] }
serde = { workspace = true }
tempfile = "3.20.0"
thiserror = { workspace = true }
time = { workspace = true }