[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 } snafu = { workspace = true } tempfile = "3.20.0" time = { workspace = true }