dgraph-tonic 0.5.0

A rust async/async client for Dgraph database build with Tonic crate
Documentation
[build-dependencies.tonic-build]
version = "0.2"
[dependencies.async-trait]
version = "0.1"

[dependencies.failure]
version = "0.1"

[dependencies.futures]
version = "0.3"

[dependencies.http]
version = "0.2"

[dependencies.lazy_static]
version = "1.4"

[dependencies.prost]
version = "0.6"

[dependencies.rand]
version = "0.7"

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

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

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

[dependencies.tonic]
features = ["tls"]
version = "0.2"

[features]
acl = []
all = ["acl", "tls", "sync"]
default = ["dgraph-1-1"]
dgraph-1-0 = []
dgraph-1-1 = []
sync = []
tls = []

[package]
authors = ["Selmeci <selmeci.roman@gmail.com>"]
description = "A rust async/async client for Dgraph database build with Tonic crate"
edition = "2018"
exclude = ["build.rs"]
homepage = "https://github.com/selmeci/dgraph-tonic"
keywords = ["dgraph", "grpc", "async", "sync"]
license = "MIT"
name = "dgraph-tonic"
readme = "README.md"
repository = "https://github.com/selmeci/dgraph-tonic"
version = "0.5.0"