[package] name = "rxqlite-lite-common" version = "0.1.6" edition = "2021" authors = [ "ha421 " ] categories = ["algorithms", "asynchronous", "data-structures"] description = "A distributed sqlite database built upon `openraft` ,`sqlx` and `sqlite`." homepage = "https://github.com/HaHa421/rxqlite" keywords = ["raft", "consensus","sqlite"] license = "MIT OR Apache-2.0" repository = "https://github.com/HaHa421/rxqlite" [dependencies] anyhow = "1.0" anyerror = "0.1.12" derive_more = "0.99.9" futures-util= "0.3" rustls = {version = "0.22" } serde = { version = "1" , features = [ "derive" ] } serde_json = "1.0.57" thiserror = "1.0.58" tokio = { version = "1.35.1", features = ["full"] } tokio-rustls = "0.26" tokio-util = { version = "0.7" , features = [ "codec" ] } [dependencies.rxqlite-common] version = "0.1" path = "../rxqlite-common" [dependencies.rxqlite-notification] version = "0.1" path = "../rxqlite-notification"