dgraph 0.1.2

A rust client for Dgraph database
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "dgraph"
version = "0.1.2"
authors = ["Swoorup Joshi"]
build = "build.rs"
description = "A rust client for Dgraph database"
homepage = "https://github.com/Swoorup/dgraph-rs"
readme = "README.md"
keywords = ["dgraph", "grpc"]
license = "MIT"
repository = "https://github.com/Swoorup/dgraph-rs"
[dependencies.failure]
version = "0.1.5"

[dependencies.futures]
version = "0.1.25"

[dependencies.grpcio]
version = "0.4.3"

[dependencies.protobuf]
version = "2.3.0"

[dependencies.rand]
version = "0.6.5"
[dev-dependencies.chrono]
version = "0.4.6"
features = ["serde"]

[dev-dependencies.serde]
version = "1.0.87"

[dev-dependencies.serde_derive]
version = "1.0.87"

[dev-dependencies.serde_json]
version = "1.0.38"

[dev-dependencies.slog]
version = "2.4.1"

[dev-dependencies.slog-scope]
version = "4.1.1"

[dev-dependencies.slog-term]
version = "2.4.0"
[build-dependencies.protoc-grpcio]
version = "1.0.1"