surreal-client 0.5.0

CBOR-based SurrealDB client for the Vantage data framework
Documentation
# 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 = "2024"
name = "surreal-client"
version = "0.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CBOR-based SurrealDB client for the Vantage data framework"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/romaninsh/vantage"
resolver = "2"

[features]
decimal = ["rust_decimal"]
pool = ["mobc"]

[lib]
name = "surreal_client"
path = "src/lib.rs"

[[test]]
name = "surrealdb"
path = "tests/surrealdb.rs"

[[test]]
name = "surrealdb-pool"
path = "tests/surrealdb-pool.rs"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.base64]
version = "0.22"

[dependencies.bincode]
version = "1.3"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.ciborium]
version = "0.2"

[dependencies.futures]
version = "0.3.32"

[dependencies.futures-util]
version = "0.3.32"

[dependencies.hex]
version = "0.4"

[dependencies.indexmap]
version = "2.14"

[dependencies.mobc]
version = "0.9"
optional = true

[dependencies.paste]
version = "1.0"

[dependencies.reqwest]
version = "0.12.28"

[dependencies.rust_decimal]
version = "1.42"
optional = true

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.52.3"
features = ["full"]

[dependencies.tokio-tungstenite]
version = "0.27.0"

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2.5.8"

[dependencies.uuid]
version = "1.23"
features = ["v4"]

[dependencies.vantage-core]
version = "0.5"

[dependencies.vantage-types]
version = "0.5"