# 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-sqlx-common" version = "0.1.7" authors = ["ha421 "] description = "A distributed sqlite database built upon `openraft` ,`sqlx` and `sqlite`." homepage = "https://github.com/HaHa421/rxqlite" keywords = [ "raft", "consensus", ] categories = [ "algorithms", "asynchronous", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://github.com/HaHa421/rxqlite" [package.metadata.docs.rs] all-features = true [dependencies.anyhow] version = "1" [dependencies.futures-util] version = "0.3" [dependencies.rxqlite-common] version = "0.1.3" [dependencies.sqlparser] version = "0.44" [dependencies.sqlx] version = "0.7" features = [ "runtime-tokio-rustls", "chrono", ] [dependencies.sqlx-core] version = "0.7" [dependencies.sqlx-sqlite-cipher] version = "0.7" [dependencies.tracing] version = "0.1" [dev-dependencies.maplit] version = "1.0.2" [dev-dependencies.tempfile] version = "3.4.0" [features] default = ["sqlite"] sqlite = ["sqlx/sqlite"]