# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "rxqlite-lite-common" version = "0.1.6" authors = ["ha421 "] description = "A distributed sqlite database built upon `openraft` ,`sqlx` and `sqlite`." homepage = "https://github.com/HaHa421/rxqlite" keywords = [ "raft", "consensus", "sqlite", ] categories = [ "algorithms", "asynchronous", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://github.com/HaHa421/rxqlite" [dependencies.anyerror] version = "0.1.12" [dependencies.anyhow] version = "1.0" [dependencies.derive_more] version = "0.99.9" [dependencies.futures-util] version = "0.3" [dependencies.rustls] version = "0.22" [dependencies.rxqlite-common] version = "0.1" [dependencies.rxqlite-notification] version = "0.1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0.57" [dependencies.thiserror] version = "1.0.58" [dependencies.tokio] version = "1.35.1" features = ["full"] [dependencies.tokio-rustls] version = "0.26" [dependencies.tokio-util] version = "0.7" features = ["codec"]