[package] name = "calibre-db" version = "0.1.0" edition = "2021" 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.24.0" rusqlite = { version = "0.31.0", features = ["bundled", "time"] } serde = { workspace = true } thiserror = { workspace = true } time = { workspace = true }