[package] name = "kiwi-talk-client" description = "KiwiTalk Loco client" version = "0.3.2" license.workspace = true edition.workspace = true authors.workspace = true repository.workspace = true [dependencies] talk-loco-client = { workspace = true } tokio = { version = "1", features = ["full"] } serde = { version = "1.0", features = ["derive"] } thiserror = "1.0" futures = "0.3.28" bson = "2.7.0" log = "0.4.20" nohash-hasher = "0.2.0" rusqlite = { version = "0.29.0", features = ["bundled"] } rusqlite_migration = "1.0.2" r2d2 = "0.8.10" r2d2_sqlite = "0.22.0" once_cell = "1.18.0" extend = "1.2.0" arrayvec = { version = "0.7.4", features = ["serde"] } serde_json = "1.0.107"