# 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 = "datacake-sqlite" version = "0.5.0" description = "A pre-built implementation of datacake's Storage trait using SQLite." readme = "README.md" keywords = [ "databases", "distributed", ] categories = [ "concurrency", "data-structures", ] license = "MIT" repository = "https://github.com/lnx-search/datacake" [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1.59" [dependencies.datacake-crdt] version = "0.4" [dependencies.datacake-eventual-consistency] version = "0.5" [dependencies.flume] version = "0.10.14" [dependencies.futures] version = "0.3.25" [dependencies.rusqlite] version = "0.28.0" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["rt"] default-features = false [dev-dependencies.datacake-eventual-consistency] version = "0.5" features = ["test-utils"] [dev-dependencies.datacake-node] version = "0.4" [dev-dependencies.tracing] version = "0.1.37" [dev-dependencies.tracing-subscriber] version = "0.3.16" [dev-dependencies.uuid] version = "1" features = ["v4"] [features] bundled = ["rusqlite/bundled"] default = ["bundled"]