typedb-driver 2.29.0

TypeDB Rust Driver
Documentation
[dependencies.chrono]
version = "0.4.38"

[dependencies.crossbeam]
version = "0.8.2"

[dependencies.futures]
features = ["executor", "thread-pool"]
version = "0.3.21"

[dependencies.http]
version = "0.2.8"

[dependencies.itertools]
version = "0.10.3"

[dependencies.log]
version = "0.4.17"

[dependencies.maybe-async]
version = "0.2.7"

[dependencies.prost]
version = "0.11.0"

[dependencies.tokio]
features = ["rt", "rt-multi-thread"]
version = "1.28.2"

[dependencies.tokio-stream]
version = "0.1.11"

[dependencies.tonic]
features = ["tls", "tls-roots"]
version = "0.8.0"

[dependencies.typedb-protocol]
features = []
version = "=2.28.4"

[dependencies.typeql]
features = []
version = "=2.28.6"

[dependencies.uuid]
features = ["fast-rng", "v4"]
version = "1.1.2"

[features]
sync = []

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

[package]
authors = []
description = "TypeDB Rust Driver"
edition = "2021"
homepage = "https://github.com/vaticle/typedb-driver"
license = "Apache-2.0"
licenseFile = "LICENSE"
name = "typedb-driver"
readme = "README.md"
repository = "https://github.com/vaticle/typedb-driver"
version = "2.29.0"