# 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-builder-db" version = "0.5.0" authors = ["Essential Contributions "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The Essential builder database" homepage = "https://essential.builders/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/essential-contributions/essential-builder" [lib] name = "essential_builder_db" path = "src/lib.rs" [[test]] name = "create" path = "tests/create.rs" [[test]] name = "delete" path = "tests/delete.rs" [[test]] name = "insert" path = "tests/insert.rs" [[test]] name = "query" path = "tests/query.rs" [[test]] name = "util" path = "tests/util.rs" [dependencies.essential-builder-types] version = "0.2.0" [dependencies.essential-hash] version = "0.7.0" [dependencies.essential-types] version = "0.5.0" [dependencies.num_cpus] version = "1.16" optional = true [dependencies.postcard] version = "1.0.8" features = ["alloc"] [dependencies.rusqlite] version = "0.32" [dependencies.rusqlite-pool] version = "0.1.1" optional = true [dependencies.serde] version = "1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1.39.2" features = ["full"] optional = true [features] default = ["pool"] pool = [ "num_cpus", "rusqlite-pool", "rusqlite-pool/tokio", "tokio", ]