indradb-proto 2.2.0

Protobuf/gRPC interfaces for IndraDB
Documentation
[build-dependencies.tonic-build]
version = "0.5.2"
[dependencies.chrono]
version = "0.4.19"

[dependencies.indradb-lib]
version = "2.2.0"

[dependencies.prost]
version = "0.8.0"

[dependencies.prost-derive]
version = "0.8.0"

[dependencies.prost-types]
version = "0.8.0"

[dependencies.serde_json]
version = "^1.0.57"

[dependencies.tokio]
features = ["rt-multi-thread"]
optional = true
version = "^1.11.0"

[dependencies.tokio-stream]
features = ["net"]
optional = true
version = "0.1.7"

[dependencies.tonic]
version = "0.5.2"

[dependencies.uuid]
version = "~0.8.2"

[features]
bench-suite = ["indradb-lib/bench-suite", "test-suite"]
client = ["tokio", "tokio-stream"]
default = ["client"]
server = ["tokio", "tokio-stream"]
test-suite = ["indradb-lib/test-suite", "client", "server"]

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

[package]
authors = ["Yusuf Simonson <simonson@gmail.com>"]
build = "build.rs"
categories = ["database", "database-implementations"]
description = "Protobuf/gRPC interfaces for IndraDB"
edition = "2018"
homepage = "https://indradb.github.io"
keywords = ["graph", "database"]
license = "MPL-2.0"
name = "indradb-proto"
repository = "https://github.com/indradb/indradb"
version = "2.2.0"