# 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 = "bb8_surrealdb2" version = "0.3.0" authors = ["Kirk Hutchinson"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Surrealdb support for the async bb8 connection pool" readme = "README.md" keywords = [ "pool", "surrealdb", "database", ] categories = [ "asynchronous", "concurrency", "database", ] license = "MIT" repository = "https://github.com/gravityismagnetism/bb8_surrealdb2" [lib] name = "bb8_surrealdb2" path = "src/lib.rs" [[test]] name = "test" path = "tests/test.rs" [dependencies.actix-http] version = "3.9.0" optional = true [dependencies.actix-web] version = "4.9.0" optional = true [dependencies.async-trait] version = "0.1" [dependencies.bb8] version = "0.8.5" [dependencies.once_cell] version = "1.20.1" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.surrealdb] version = "2.0.1" features = ["kv-mem"] [dependencies.tokio] version = "1.40.0" features = [ "macros", "rt-multi-thread", "test-util", ] [features] default = [ "kv-memory", "examples", ] examples = [ "kv-memory", "actix-web", "actix-http", ] http = [ "surrealdb/http", "surrealdb/protocol-http", ] kv-fdb = ["surrealdb/kv-fdb-7_3"] kv-indxdb = ["surrealdb/kv-indxdb"] kv-memory = ["surrealdb/kv-mem"] kv-rocksdb = ["surrealdb/kv-rocksdb"] kv-surreal = ["surrealdb/kv-surrealkv"] kv-tikv = ["surrealdb/kv-tikv"] kv-websocket = ["surrealdb/protocol-ws"]