# 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 = "essential-rqlite-storage" version = "0.3.0" authors = ["Essential Contributions "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rqlite storage for the Essential server" homepage = "https://essential.builders/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/essential-contributions/essential-server" [lib] name = "essential_rqlite_storage" path = "src/lib.rs" [[test]] name = "sql_predicates" path = "tests/sql_predicates.rs" [[test]] name = "sql_solutions" path = "tests/sql_solutions.rs" [[test]] name = "sql_state" path = "tests/sql_state.rs" [[bench]] name = "queries" path = "benches/queries.rs" harness = false [dependencies.anyhow] version = "1.0.80" [dependencies.essential-hash] version = "0.2.0" [dependencies.essential-state-read-vm] version = "0.3.0" [dependencies.essential-storage] version = "0.3.0" [dependencies.essential-types] version = "0.2.0" [dependencies.futures] version = "0.3.30" [dependencies.hex] version = "0.4.3" [dependencies.postcard] version = "1.0.8" features = ["alloc"] [dependencies.reqwest] version = "0.12.5" features = ["json"] [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.serde_json] version = "1.0.114" features = ["preserve_order"] [dependencies.thiserror] version = "1.0.58" [dependencies.tokio] version = "1.36.0" features = ["full"] [dependencies.tracing] version = "0.1" features = ["attributes"] optional = true [dev-dependencies.criterion] version = "0.5" [dev-dependencies.rusqlite] version = "0.31.0" features = [ "bundled", "backup", ] [features] default = [] tracing = ["dep:tracing"]