# 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-rs" version = "0.2.8" authors = ["Insanitybit "] description = "Provides a client for the DGraph graph database" keywords = ["dgraph", "graph", "graphdb", "database"] license = "MIT OR Apache-2.0" [dependencies.futures] version = "0.3" features = ["compat"] [dependencies.grpc] version = "~0.6.1" [dependencies.httpbis] version = "0.7.0" [dependencies.protobuf] version = "~2.8.2" [dependencies.rand] version = "0.7.*" [dependencies.rand_xoshiro] version = "0.4.*" [dependencies.serde] version = "1.0.*" [dependencies.serde_json] version = "1.0.*" [dev-dependencies.async-std] version = "1.0.*" [build-dependencies.protoc-rust-grpc] version = "0.6.1"