# 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 = "2018" name = "dgraph-tonic" version = "0.11.0" authors = ["Selmeci "] exclude = ["build.rs"] description = "A rust async/sync client for Dgraph database build with Tonic crate" homepage = "https://github.com/selmeci/dgraph-tonic" readme = "README.md" keywords = [ "dgraph", "grpc", "async", "sync", ] license = "MIT" repository = "https://github.com/selmeci/dgraph-tonic" [dependencies.anyhow] version = "1.0" [dependencies.async-stream] version = "0.3" [dependencies.async-trait] version = "0.1" [dependencies.futures] version = "0.3" [dependencies.http] version = "0.2" [dependencies.hyper] version = "0.14" [dependencies.hyper-rustls] version = "0.23" features = [ "http1", "http2", "webpki-tokio", "tls12", ] [dependencies.lazy_static] version = "1.4" [dependencies.prost] version = "0.11" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-rustls] version = "0.23" features = ["dangerous_configuration"] optional = true [dependencies.tonic] version = "0.8" features = ["tls-webpki-roots"] [dependencies.tower] version = "0.4" [dependencies.tracing] version = "0.1" [dependencies.tracing-attributes] version = "0.1" [dependencies.tracing-futures] version = "0.2" [dependencies.webpki] version = "0.22" optional = true [build-dependencies.tonic-build] version = "0.8" [features] acl = [] all = [ "acl", "default", "tls", "sync", "experimental", "slash-ql", ] default = ["dgraph-1-1"] dgraph-1-0 = [] dgraph-1-1 = [] dgraph-21-03 = [] experimental = [] slash-ql = [ "tls", "tokio-rustls", "webpki", ] sync = [] tls = []